#570110

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

Shades of Bordeaux #570110

Tints of Bordeaux #570110

Color information

#570110 (or 0x570110) is unknown color: approx Bordeaux. HEX triplet: 57, 01 and 10. RGB value is (87,1,16). Sum of RGB (Red+Green+Blue) = 87+1+16=104 (13% of max value = 765). Red value is 87 (34.38% from 255 or 83.65% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 87 - color contains mainly: red. Hex color #570110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570110 is #A8FEEF. Grayscale: #1C1C1C. Windows color (decimal): -11075312 or 1048919. OLE color: 1048919.

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

Color convert

RGB87116-
CMYK00.990.820.66
HSL349.53º97.73%17.25%-
HSV(B)349.53º98.85%34.12%-
XYZ4.032.090.68-
YUV28.42120.99169.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 83.65%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 16 (6.64% from 255) = 15.38%
R=83.65%
G=0.96%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8711600.990.820.66349.5397.7317.25
Hex57110063524215e6211
Octal127120014312210253614221
Binary10101111100000110001110100101000010101011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570110; }

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

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

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

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

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

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

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

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