Html Css Color HEX #570C16 Bordeaux

📋 copy color: '#570C16'

red 87 ◦ green 12 ◦ blue 22

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

Shades of Bordeaux #570C16

Tints of Bordeaux #570C16

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.92%

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

R = 71.9%
G = 9.92%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#570C16 (or 0x570C16) is known color: Bordeaux. HEX triplet: 57, 0C and 16. RGB value is (87,12,22). Sum of RGB (Red+Green+Blue) = 87+12+22=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #570C16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570C16 is #A8F3E9. Grayscale: #232323. Windows color (decimal): -11072490 or 1444951. OLE color: 1444951.

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

Color convert

RGB 87 12 22 -
CMYK 0 0.86 0.75 0.66
HSL 352º 0.76% 0.19% -
HSV(B) 352º 0.86% 0.34% -
XYZ 4.21 2.35 0.99 -
YUV 35.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 87 12 22 0 0.86 0.75 0.66 352 0.76 0.19
Hex 57 C 16 0 56 4B 42 160 4C 13
Octal 127 14 26 0 126 113 102 540 114 23
Binary 1010111 1100 10110 0 1010110 1001011 1000010 101100000 1001100 10011

Color Harmonies of #570C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570C16

Black with #570C16

Text Example


Text Example

White with #570C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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