Html Css Color HEX #520312 Bordeaux

📋 copy color: '#520312'

red 82 ◦ green 3 ◦ blue 18

#520312
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #520312

Tints of Bordeaux #520312

RGB

 RED value IS 82 (32.42% from 255) = 79.61%

 GREEN value IS 3 (1.56% from 255) = 2.91%

 BLUE value IS 18 (7.42% from 255) = 17.48%

R = 79.61%
G = 2.91%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.68

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#520312 (or 0x520312) is known color: Bordeaux. HEX triplet: 52, 03 and 12. RGB value is (82,3,18). Sum of RGB (Red+Green+Blue) = 82+3+18=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #520312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520312 is #ADFCED. Grayscale: #1C1C1C. Windows color (decimal): -11402478 or 1180498. OLE color: 1180498.

HSL color Cylindrical-coordinate representation of color #520312: hue angle of 348.61º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520312 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 3 18 -
CMYK 0 0.96 0.78 0.68
HSL 348.61º 0.93% 0.17% -
HSV(B) 348.61º 0.96% 0.32% -
XYZ 3.62 1.9 0.75 -
YUV 28.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 82 3 18 0 0.96 0.78 0.68 348.61 0.93 0.17
Hex 52 3 12 0 60 4E 44 15D 5D 11
Octal 122 3 22 0 140 116 104 535 135 21
Binary 1010010 11 10010 0 1100000 1001110 1000100 101011101 1011101 10001

Color Harmonies of #520312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520312

Black with #520312

Text Example


Text Example

White with #520312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520312; }

 p { color: rgb(82,3,18); }

 H1.HeaderClassName
 {
   color: #520312;
 }
 .AnyTagClassName
 {
   color: #520312;
 }
</style>

background-color css

<style>
 a { background-color: #520312; }

 a { background-color: rgb(82,3,18); }

 div.DivClassName
 {
   background-color: #520312;
 }
 .BgClassName
 {
   background-color: #520312;
 }
</style>

border-color css

<style>
 span { border-color: #520312; }

 span { border-color: rgb(82,3,18); }

 td.TdClassName
 {
   border-color: #520312;
 }
 .TagClassName
 {
   border-color: #520312;
 }
</style>