Html Css Color HEX #570B19 Bordeaux

📋 copy color: '#570B19'

red 87 ◦ green 11 ◦ blue 25

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

Shades of Bordeaux #570B19

Tints of Bordeaux #570B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.33%

R = 70.73%
G = 8.94%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#570B19 (or 0x570B19) is known color: Bordeaux. HEX triplet: 57, 0B and 19. RGB value is (87,11,25). Sum of RGB (Red+Green+Blue) = 87+11+25=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #570B19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570B19 is #A8F4E6. Grayscale: #232323. Windows color (decimal): -11072743 or 1641303. OLE color: 1641303.

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

Color convert

RGB 87 11 25 -
CMYK 0 0.87 0.71 0.66
HSL 348.95º 0.78% 0.19% -
HSV(B) 348.95º 0.87% 0.34% -
XYZ 4.23 2.34 1.15 -
YUV 35.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 87 11 25 0 0.87 0.71 0.66 348.95 0.78 0.19
Hex 57 B 19 0 57 47 42 15D 4E 13
Octal 127 13 31 0 127 107 102 535 116 23
Binary 1010111 1011 11001 0 1010111 1000111 1000010 101011101 1001110 10011

Color Harmonies of #570B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570B19

Black with #570B19

Text Example


Text Example

White with #570B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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