#570114

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

Shades of Bordeaux #570114

Tints of Bordeaux #570114

Color information

#570114 (or 0x570114) is unknown color: approx Bordeaux. HEX triplet: 57, 01 and 14. RGB value is (87,1,20). Sum of RGB (Red+Green+Blue) = 87+1+20=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #570114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570114 is #A8FEEB. Grayscale: #1C1C1C. Windows color (decimal): -11075308 or 1311063. OLE color: 1311063.

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

Color convert

RGB87120-
CMYK00.990.770.66
HSL346.74º97.73%17.25%-
HSV(B)346.74º98.85%34.12%-
XYZ4.072.10.85-
YUV28.88122.99169.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 80.56%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=80.56%
G=0.93%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8712000.990.770.66346.7497.7317.25
Hex571140634D4215b6211
Octal127124014311510253314221
Binary10101111101000110001110011011000010101011011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570114; }

 p { color: rgb(87,1,20); }

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

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

 a { background-color: rgb(87,1,20); }

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

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

 span { border-color: rgb(87,1,20); }

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