#57000A

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

Shades of Bordeaux #57000A

Tints of Bordeaux #57000A

Color information

#57000A (or 0x57000A) is unknown color: approx Bordeaux. HEX triplet: 57, 00 and 0A. RGB value is (87,0,10). Sum of RGB (Red+Green+Blue) = 87+0+10=97 (12% of max value = 765). Red value is 87 (34.38% from 255 or 89.69% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 87 - color contains mainly: red. Hex color #57000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57000A is #A8FFF5. Grayscale: #1B1B1B. Windows color (decimal): -11075574 or 655447. OLE color: 655447.

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

Color convert

RGB87010-
CMYK010.890.66
HSL353.1º100%17.06%-
HSV(B)353.1º100%34.12%-
XYZ3.992.050.47-
YUV27.15118.32170.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 89.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 10.31%
R=89.69%
G=0%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87010010.890.66353.110017.06
Hex570A06459421616411
Octal127012014413110254114421
Binary1010111010100110010010110011000010101100001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57000A; }

 p { color: rgb(87,0,10); }

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

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

 a { background-color: rgb(87,0,10); }

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

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

 span { border-color: rgb(87,0,10); }

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