#570218

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

Shades of Bordeaux #570218

Tints of Bordeaux #570218

Color information

#570218 (or 0x570218) is unknown color: approx Bordeaux. HEX triplet: 57, 02 and 18. RGB value is (87,2,24). Sum of RGB (Red+Green+Blue) = 87+2+24=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #570218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570218 is #A8FDE7. Grayscale: #1D1D1D. Windows color (decimal): -11075048 or 1573463. OLE color: 1573463.

HSL color Cylindrical-coordinate representation of color #570218: hue angle of 344.47º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570218 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB87224-
CMYK00.980.720.66
HSL344.47º95.51%17.45%-
HSV(B)344.47º97.7%34.12%-
XYZ4.122.141.06-
YUV29.92124.66168.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 76.99%
GREEN value IS 2 (1.17% from 255) = 1.77%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=76.99%
G=1.77%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8722400.980.720.66344.4795.5117.45
Hex5721806248421586011
Octal127230014211010253014021
Binary101011110110000110001010010001000010101011000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570218; }

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

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

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

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

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

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

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

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