Html Css Color HEX #520918 Bordeaux

📋 copy color: '#520918'

red 82 ◦ green 9 ◦ blue 24

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

Shades of Bordeaux #520918

Tints of Bordeaux #520918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.83%

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

R = 71.3%
G = 7.83%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#520918 (or 0x520918) is known color: Bordeaux. HEX triplet: 52, 09 and 18. RGB value is (82,9,24). Sum of RGB (Red+Green+Blue) = 82+9+24=115 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.30% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 82 - color contains mainly: red. Hex color #520918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520918 is #ADF6E7. Grayscale: #202020. Windows color (decimal): -11400936 or 1575250. OLE color: 1575250.

HSL color Cylindrical-coordinate representation of color #520918: hue angle of 347.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520918 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 9 24 -
CMYK 0 0.89 0.71 0.68
HSL 347.67º 0.8% 0.18% -
HSV(B) 347.67º 0.89% 0.32% -
XYZ 3.74 2.06 1.06 -
YUV 32.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 82 9 24 0 0.89 0.71 0.68 347.67 0.8 0.18
Hex 52 9 18 0 59 47 44 15C 50 12
Octal 122 11 30 0 131 107 104 534 120 22
Binary 1010010 1001 11000 0 1011001 1000111 1000100 101011100 1010000 10010

Color Harmonies of #520918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520918

Black with #520918

Text Example


Text Example

White with #520918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520918; }

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

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

background-color css

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

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

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

border-color css

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

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

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