#570312

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

Shades of Bordeaux #570312

Tints of Bordeaux #570312

Color information

#570312 (or 0x570312) is unknown color: approx Bordeaux. HEX triplet: 57, 03 and 12. RGB value is (87,3,18). Sum of RGB (Red+Green+Blue) = 87+3+18=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #570312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570312 is #A8FCED. Grayscale: #1D1D1D. Windows color (decimal): -11074798 or 1180503. OLE color: 1180503.

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

Color convert

RGB87318-
CMYK00.970.790.66
HSL349.29º93.33%17.65%-
HSV(B)349.29º96.55%34.12%-
XYZ4.072.140.77-
YUV29.83121.33168.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 80.56%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=80.56%
G=2.78%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8731800.970.790.66349.2993.3317.65
Hex573120614F4215d5d12
Octal127322014111710253513522
Binary101011111100100110000110011111000010101011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570312; }

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

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

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

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

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

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

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

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