#570417

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

Shades of Bordeaux #570417

Tints of Bordeaux #570417

Color information

#570417 (or 0x570417) is unknown color: approx Bordeaux. HEX triplet: 57, 04 and 17. RGB value is (87,4,23). Sum of RGB (Red+Green+Blue) = 87+4+23=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #570417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570417 is #A8FBE8. Grayscale: #1E1E1E. Windows color (decimal): -11074537 or 1508439. OLE color: 1508439.

HSL color Cylindrical-coordinate representation of color #570417: hue angle of 346.27º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570417 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB87423-
CMYK00.950.740.66
HSL346.27º91.21%17.84%-
HSV(B)346.27º95.4%34.12%-
XYZ4.132.171.01-
YUV30.98123.5167.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 76.32%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 23 (9.38% from 255) = 20.18%
R=76.32%
G=3.51%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8742300.950.740.66346.2791.2117.84
Hex5741705F4A4215a5b12
Octal127427013711210253213322
Binary1010111100101110101111110010101000010101011010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570417; }

 p { color: rgb(87,4,23); }

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

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

 a { background-color: rgb(87,4,23); }

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

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

 span { border-color: rgb(87,4,23); }

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