#570116

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

Shades of Bordeaux #570116

Tints of Bordeaux #570116

Color information

#570116 (or 0x570116) is unknown color: approx Bordeaux. HEX triplet: 57, 01 and 16. RGB value is (87,1,22). Sum of RGB (Red+Green+Blue) = 87+1+22=110 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.09% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 87 - color contains mainly: red. Hex color #570116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570116 is #A8FEE9. Grayscale: #1D1D1D. Windows color (decimal): -11075306 or 1442135. OLE color: 1442135.

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

Color convert

RGB87122-
CMYK00.990.750.66
HSL345.35º97.73%17.25%-
HSV(B)345.35º98.85%34.12%-
XYZ4.092.110.95-
YUV29.11123.99169.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 79.09%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 22 (8.98% from 255) = 20%
R=79.09%
G=0.91%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8712200.990.750.66345.3597.7317.25
Hex571160634B421596211
Octal127126014311310253114221
Binary10101111101100110001110010111000010101011001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570116; }

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

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

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

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

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

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

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

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