#570318

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

Shades of Bordeaux #570318

Tints of Bordeaux #570318

Color information

#570318 (or 0x570318) is unknown color: approx Bordeaux. HEX triplet: 57, 03 and 18. RGB value is (87,3,24). Sum of RGB (Red+Green+Blue) = 87+3+24=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #570318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570318 is #A8FCE7. Grayscale: #1E1E1E. Windows color (decimal): -11074792 or 1573719. OLE color: 1573719.

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

Color convert

RGB87324-
CMYK00.970.720.66
HSL345º93.33%17.65%-
HSV(B)345º96.55%34.12%-
XYZ4.132.161.06-
YUV30.51124.33168.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 76.32%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=76.32%
G=2.63%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8732400.970.720.6634593.3317.65
Hex5731806148421595d12
Octal127330014111010253113522
Binary101011111110000110000110010001000010101011001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570318; }

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

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

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

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

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

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

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

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