Html Css Color HEX #520818 Bordeaux

📋 copy color: '#520818'

red 82 ◦ green 8 ◦ blue 24

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

Shades of Bordeaux #520818

Tints of Bordeaux #520818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.05%

R = 71.93%
G = 7.02%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#520818 (or 0x520818) is known color: Bordeaux. HEX triplet: 52, 08 and 18. RGB value is (82,8,24). Sum of RGB (Red+Green+Blue) = 82+8+24=114 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.93% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 82 - color contains mainly: red. Hex color #520818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520818 is #ADF7E7. Grayscale: #1F1F1F. Windows color (decimal): -11401192 or 1574994. OLE color: 1574994.

HSL color Cylindrical-coordinate representation of color #520818: hue angle of 347.03º 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 #520818 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 8 24 -
CMYK 0 0.90 0.71 0.68
HSL 347.03º 0.82% 0.18% -
HSV(B) 347.03º 0.9% 0.32% -
XYZ 3.73 2.03 1.06 -
YUV 31.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 82 8 24 0 0.90 0.71 0.68 347.03 0.82 0.18
Hex 52 8 18 0 5A 47 44 15B 52 12
Octal 122 10 30 0 132 107 104 533 122 22
Binary 1010010 1000 11000 0 1011010 1000111 1000100 101011011 1010010 10010

Color Harmonies of #520818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520818

Black with #520818

Text Example


Text Example

White with #520818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520818; }

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

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

background-color css

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

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

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

border-color css

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

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

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