Html Css Color HEX #521016 Bordeaux

📋 copy color: '#521016'

red 82 ◦ green 16 ◦ blue 22

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

Shades of Bordeaux #521016

Tints of Bordeaux #521016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.33%

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

R = 68.33%
G = 13.33%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#521016 (or 0x521016) is known color: Bordeaux. HEX triplet: 52, 10 and 16. RGB value is (82,16,22). Sum of RGB (Red+Green+Blue) = 82+16+22=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #521016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521016 is #ADEFE9. Grayscale: #242424. Windows color (decimal): -11399146 or 1445970. OLE color: 1445970.

HSL color Cylindrical-coordinate representation of color #521016: hue angle of 354.55º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521016 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 16 22 -
CMYK 0 0.80 0.73 0.68
HSL 354.55º 0.67% 0.19% -
HSV(B) 354.55º 0.8% 0.32% -
XYZ 3.81 2.22 0.99 -
YUV 36.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 82 16 22 0 0.80 0.73 0.68 354.55 0.67 0.19
Hex 52 10 16 0 50 49 44 163 43 13
Octal 122 20 26 0 120 111 104 543 103 23
Binary 1010010 10000 10110 0 1010000 1001001 1000100 101100011 1000011 10011

Color Harmonies of #521016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521016

Black with #521016

Text Example


Text Example

White with #521016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521016; }

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

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

background-color css

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

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

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

border-color css

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

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

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