#571019

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

Shades of Bordeaux #571019

Tints of Bordeaux #571019

Color information

#571019 (or 0x571019) is unknown color: approx Bordeaux. HEX triplet: 57, 10 and 19. RGB value is (87,16,25). Sum of RGB (Red+Green+Blue) = 87+16+25=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #571019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571019 is #A8EFE6. Grayscale: #262626. Windows color (decimal): -11071463 or 1642583. OLE color: 1642583.

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

Color convert

RGB871625-
CMYK00.820.710.66
HSL352.39º68.93%20.2%-
HSV(B)352.39º81.61%34.12%-
XYZ4.292.471.17-
YUV38.26120.52162.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.97%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=67.97%
G=12.5%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87162500.820.710.66352.3968.9320.2
Hex57101905247421604514
Octal1272031012210710254010524
Binary101011110000110010101001010001111000010101100000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571019; }

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

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

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

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

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

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

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

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