#571119

Color #571119 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #571119

Tints of Bordeaux #571119

Color information

#571119 (or 0x571119) is unknown color: approx Bordeaux. HEX triplet: 57, 11 and 19. RGB value is (87,17,25). Sum of RGB (Red+Green+Blue) = 87+17+25=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #571119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571119 is #A8EEE6. Grayscale: #262626. Windows color (decimal): -11071207 or 1642839. OLE color: 1642839.

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

Color convert

RGB871725-
CMYK00.800.710.66
HSL353.14º67.31%20.39%-
HSV(B)353.14º80.46%34.12%-
XYZ4.312.51.17-
YUV38.84120.19162.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.44%
GREEN value IS 17 (7.03% from 255) = 13.18%
BLUE value IS 25 (10.16% from 255) = 19.38%
R=67.44%
G=13.18%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87172500.800.710.66353.1467.3120.39
Hex57111905047421614314
Octal1272131012010710254110324
Binary101011110001110010101000010001111000010101100001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571119; }

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

 H1.HeaderClassName
 {
   color: #571119;
 }
 .AnyTagClassName
 {
   color: #571119;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #571119;
 }
 .BgClassName
 {
   background-color: #571119;
 }
</style>
border-color css

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

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

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