Html Css Color HEX #520616 Bordeaux

📋 copy color: '#520616'

red 82 ◦ green 6 ◦ blue 22

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

Shades of Bordeaux #520616

Tints of Bordeaux #520616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.45%

 BLUE value IS 22 (8.98% from 255) = 20%

R = 74.55%
G = 5.45%
B = 20%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#520616 (or 0x520616) is known color: Bordeaux. HEX triplet: 52, 06 and 16. RGB value is (82,6,22). Sum of RGB (Red+Green+Blue) = 82+6+22=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #520616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520616 is #ADF9E9. Grayscale: #1E1E1E. Windows color (decimal): -11401706 or 1443410. OLE color: 1443410.

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

Color convert

RGB 82 6 22 -
CMYK 0 0.93 0.73 0.68
HSL 347.37º 0.86% 0.17% -
HSV(B) 347.37º 0.93% 0.32% -
XYZ 3.69 1.98 0.95 -
YUV 30.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 82 6 22 0 0.93 0.73 0.68 347.37 0.86 0.17
Hex 52 6 16 0 5D 49 44 15B 56 11
Octal 122 6 26 0 135 111 104 533 126 21
Binary 1010010 110 10110 0 1011101 1001001 1000100 101011011 1010110 10001

Color Harmonies of #520616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520616

Black with #520616

Text Example


Text Example

White with #520616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520616; }

 p { color: rgb(82,6,22); }

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

background-color css

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

 a { background-color: rgb(82,6,22); }

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

border-color css

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

 span { border-color: rgb(82,6,22); }

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