Html Css Color HEX #570E16 Bordeaux

📋 copy color: '#570E16'

red 87 ◦ green 14 ◦ blue 22

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

Shades of Bordeaux #570E16

Tints of Bordeaux #570E16

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.38%

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

R = 70.73%
G = 11.38%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#570E16 (or 0x570E16) is known color: Bordeaux. HEX triplet: 57, 0E and 16. RGB value is (87,14,22). Sum of RGB (Red+Green+Blue) = 87+14+22=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #570E16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570E16 is #A8F1E9. Grayscale: #242424. Windows color (decimal): -11071978 or 1445463. OLE color: 1445463.

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

Color convert

RGB 87 14 22 -
CMYK 0 0.84 0.75 0.66
HSL 353.42º 0.72% 0.2% -
HSV(B) 353.42º 0.84% 0.34% -
XYZ 4.23 2.4 1 -
YUV 36.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 87 14 22 0 0.84 0.75 0.66 353.42 0.72 0.2
Hex 57 E 16 0 54 4B 42 161 48 14
Octal 127 16 26 0 124 113 102 541 110 24
Binary 1010111 1110 10110 0 1010100 1001011 1000010 101100001 1001000 10100

Color Harmonies of #570E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E16

Black with #570E16

Text Example


Text Example

White with #570E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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