Html Css Color HEX #570D16 Bordeaux

📋 copy color: '#570D16'

red 87 ◦ green 13 ◦ blue 22

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

Shades of Bordeaux #570D16

Tints of Bordeaux #570D16

RGB

 RED value IS 87 (34.38% from 255) = 71.31%

 GREEN value IS 13 (5.47% from 255) = 10.66%

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

R = 71.31%
G = 10.66%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#570D16 (or 0x570D16) is known color: Bordeaux. HEX triplet: 57, 0D and 16. RGB value is (87,13,22). Sum of RGB (Red+Green+Blue) = 87+13+22=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #570D16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570D16 is #A8F2E9. Grayscale: #242424. Windows color (decimal): -11072234 or 1445207. OLE color: 1445207.

HSL color Cylindrical-coordinate representation of color #570D16: hue angle of 352.7º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #570D16 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 13 22 -
CMYK 0 0.85 0.75 0.66
HSL 352.7º 0.74% 0.2% -
HSV(B) 352.7º 0.85% 0.34% -
XYZ 4.22 2.37 0.99 -
YUV 36.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 87 13 22 0 0.85 0.75 0.66 352.7 0.74 0.2
Hex 57 D 16 0 55 4B 42 161 4A 14
Octal 127 15 26 0 125 113 102 541 112 24
Binary 1010111 1101 10110 0 1010101 1001011 1000010 101100001 1001010 10100

Color Harmonies of #570D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570D16

Black with #570D16

Text Example


Text Example

White with #570D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570D16; }

 p { color: rgb(87,13,22); }

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

background-color css

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

 a { background-color: rgb(87,13,22); }

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

border-color css

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

 span { border-color: rgb(87,13,22); }

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