Html Css Color HEX #570F16 Bordeaux

📋 copy color: '#570F16'

red 87 ◦ green 15 ◦ blue 22

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

Shades of Bordeaux #570F16

Tints of Bordeaux #570F16

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.1%

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

R = 70.16%
G = 12.1%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#570F16 (or 0x570F16) is known color: Bordeaux. HEX triplet: 57, 0F and 16. RGB value is (87,15,22). Sum of RGB (Red+Green+Blue) = 87+15+22=124 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.16% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 87 - color contains mainly: red. Hex color #570F16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570F16 is #A8F0E9. Grayscale: #252525. Windows color (decimal): -11071722 or 1445719. OLE color: 1445719.

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

Color convert

RGB 87 15 22 -
CMYK 0 0.83 0.75 0.66
HSL 354.17º 0.71% 0.2% -
HSV(B) 354.17º 0.83% 0.34% -
XYZ 4.25 2.43 1 -
YUV 37.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 87 15 22 0 0.83 0.75 0.66 354.17 0.71 0.2
Hex 57 F 16 0 53 4B 42 162 47 14
Octal 127 17 26 0 123 113 102 542 107 24
Binary 1010111 1111 10110 0 1010011 1001011 1000010 101100010 1000111 10100

Color Harmonies of #570F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570F16

Black with #570F16

Text Example


Text Example

White with #570F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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