Html Css Color HEX #570B13 Bordeaux

📋 copy color: '#570B13'

red 87 ◦ green 11 ◦ blue 19

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

Shades of Bordeaux #570B13

Tints of Bordeaux #570B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.24%

R = 74.36%
G = 9.4%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#570B13 (or 0x570B13) is known color: Bordeaux. HEX triplet: 57, 0B and 13. RGB value is (87,11,19). Sum of RGB (Red+Green+Blue) = 87+11+19=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #570B13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570B13 is #A8F4EC. Grayscale: #222222. Windows color (decimal): -11072749 or 1248087. OLE color: 1248087.

HSL color Cylindrical-coordinate representation of color #570B13: hue angle of 353.68º 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 #570B13 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 11 19 -
CMYK 0 0.87 0.78 0.66
HSL 353.68º 0.78% 0.19% -
HSV(B) 353.68º 0.87% 0.34% -
XYZ 4.17 2.31 0.84 -
YUV 34.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 87 11 19 0 0.87 0.78 0.66 353.68 0.78 0.19
Hex 57 B 13 0 57 4E 42 162 4E 13
Octal 127 13 23 0 127 116 102 542 116 23
Binary 1010111 1011 10011 0 1010111 1001110 1000010 101100010 1001110 10011

Color Harmonies of #570B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570B13

Black with #570B13

Text Example


Text Example

White with #570B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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