Html Css Color HEX #570B12 Bordeaux

📋 copy color: '#570B12'

red 87 ◦ green 11 ◦ blue 18

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

Shades of Bordeaux #570B12

Tints of Bordeaux #570B12

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.48%

 BLUE value IS 18 (7.42% from 255) = 15.52%

R = 75%
G = 9.48%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#570B12 (or 0x570B12) is known color: Bordeaux. HEX triplet: 57, 0B and 12. RGB value is (87,11,18). Sum of RGB (Red+Green+Blue) = 87+11+18=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #570B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570B12 is #A8F4ED. Grayscale: #222222. Windows color (decimal): -11072750 or 1182551. OLE color: 1182551.

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

Color convert

RGB 87 11 18 -
CMYK 0 0.87 0.79 0.66
HSL 354.47º 0.78% 0.19% -
HSV(B) 354.47º 0.87% 0.34% -
XYZ 4.16 2.31 0.8 -
YUV 34.52 118.68 165.43 -
System Red Green Blue C M Y K H S L
Decimal 87 11 18 0 0.87 0.79 0.66 354.47 0.78 0.19
Hex 57 B 12 0 57 4F 42 162 4E 13
Octal 127 13 22 0 127 117 102 542 116 23
Binary 1010111 1011 10010 0 1010111 1001111 1000010 101100010 1001110 10011

Color Harmonies of #570B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570B12

Black with #570B12

Text Example


Text Example

White with #570B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,11,18); }

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

background-color css

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

 a { background-color: rgb(87,11,18); }

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

border-color css

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

 span { border-color: rgb(87,11,18); }

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