#57131C

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

Shades of Bordeaux #57131C

Tints of Bordeaux #57131C

Color information

#57131C (or 0x57131C) is unknown color: approx Bordeaux. HEX triplet: 57, 13 and 1C. RGB value is (87,19,28). Sum of RGB (Red+Green+Blue) = 87+19+28=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #57131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57131C is #A8ECE3. Grayscale: #282828. Windows color (decimal): -11070692 or 1839959. OLE color: 1839959.

HSL color Cylindrical-coordinate representation of color #57131C: hue angle of 352.06º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #57131C is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB871928-
CMYK00.780.680.66
HSL352.06º64.15%20.78%-
HSV(B)352.06º78.16%34.12%-
XYZ4.372.581.37-
YUV40.36121.03161.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.93%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 28 (11.33% from 255) = 20.90%
R=64.93%
G=14.18%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87192800.780.680.66352.0664.1520.78
Hex57131C04E44421604015
Octal1272334011610410254010025
Binary101011110011111000100111010001001000010101100000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57131C; }

 p { color: rgb(87,19,28); }

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

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

 a { background-color: rgb(87,19,28); }

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

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

 span { border-color: rgb(87,19,28); }

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