#571018

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

Shades of Bordeaux #571018

Tints of Bordeaux #571018

Color information

#571018 (or 0x571018) is unknown color: approx Bordeaux. HEX triplet: 57, 10 and 18. RGB value is (87,16,24). Sum of RGB (Red+Green+Blue) = 87+16+24=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #571018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571018 is #A8EFE7. Grayscale: #262626. Windows color (decimal): -11071464 or 1577047. OLE color: 1577047.

HSL color Cylindrical-coordinate representation of color #571018: hue angle of 353.24º 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 #571018 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB871624-
CMYK00.820.720.66
HSL353.24º68.93%20.2%-
HSV(B)353.24º81.61%34.12%-
XYZ4.282.461.11-
YUV38.14120.02162.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 68.50%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=68.50%
G=12.60%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87162400.820.720.66353.2468.9320.2
Hex57101805248421614514
Octal1272030012211010254110524
Binary101011110000110000101001010010001000010101100001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571018; }

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

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

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

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

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

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

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

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