Html Css Color HEX #521216 Bordeaux

📋 copy color: '#521216'

red 82 ◦ green 18 ◦ blue 22

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

Shades of Bordeaux #521216

Tints of Bordeaux #521216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.75%

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

R = 67.21%
G = 14.75%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#521216 (or 0x521216) is known color: Bordeaux. HEX triplet: 52, 12 and 16. RGB value is (82,18,22). Sum of RGB (Red+Green+Blue) = 82+18+22=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #521216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521216 is #ADEDE9. Grayscale: #252525. Windows color (decimal): -11398634 or 1446482. OLE color: 1446482.

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

Color convert

RGB 82 18 22 -
CMYK 0 0.78 0.73 0.68
HSL 356.25º 0.64% 0.2% -
HSV(B) 356.25º 0.78% 0.32% -
XYZ 3.84 2.28 1 -
YUV 37.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 82 18 22 0 0.78 0.73 0.68 356.25 0.64 0.2
Hex 52 12 16 0 4E 49 44 164 40 14
Octal 122 22 26 0 116 111 104 544 100 24
Binary 1010010 10010 10110 0 1001110 1001001 1000100 101100100 1000000 10100

Color Harmonies of #521216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521216

Black with #521216

Text Example


Text Example

White with #521216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521216; }

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

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

background-color css

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

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

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

border-color css

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

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

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