Html Css Color HEX #520812 Bordeaux

📋 copy color: '#520812'

red 82 ◦ green 8 ◦ blue 18

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

Shades of Bordeaux #520812

Tints of Bordeaux #520812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.41%

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

R = 75.93%
G = 7.41%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#520812 (or 0x520812) is known color: Bordeaux. HEX triplet: 52, 08 and 12. RGB value is (82,8,18). Sum of RGB (Red+Green+Blue) = 82+8+18=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #520812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520812 is #ADF7ED. Grayscale: #1F1F1F. Windows color (decimal): -11401198 or 1181778. OLE color: 1181778.

HSL color Cylindrical-coordinate representation of color #520812: hue angle of 351.89º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520812 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 8 18 -
CMYK 0 0.90 0.78 0.68
HSL 351.89º 0.82% 0.18% -
HSV(B) 351.89º 0.9% 0.32% -
XYZ 3.68 2.01 0.77 -
YUV 31.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 82 8 18 0 0.90 0.78 0.68 351.89 0.82 0.18
Hex 52 8 12 0 5A 4E 44 160 52 12
Octal 122 10 22 0 132 116 104 540 122 22
Binary 1010010 1000 10010 0 1011010 1001110 1000100 101100000 1010010 10010

Color Harmonies of #520812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520812

Black with #520812

Text Example


Text Example

White with #520812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520812; }

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

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

background-color css

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

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

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

border-color css

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

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

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