#57131E

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

Shades of Bordeaux #57131E

Tints of Bordeaux #57131E

Color information

#57131E (or 0x57131E) is unknown color: approx Bordeaux. HEX triplet: 57, 13 and 1E. RGB value is (87,19,30). Sum of RGB (Red+Green+Blue) = 87+19+30=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #57131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57131E is #A8ECE1. Grayscale: #282828. Windows color (decimal): -11070690 or 1971031. OLE color: 1971031.

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

Color convert

RGB871930-
CMYK00.780.660.66
HSL350.29º64.15%20.78%-
HSV(B)350.29º78.16%34.12%-
XYZ4.42.591.5-
YUV40.59122.03161.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.97%
GREEN value IS 19 (7.81% from 255) = 13.97%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=63.97%
G=13.97%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87193000.780.660.66350.2964.1520.78
Hex57131E04E424215e4015
Octal1272336011610210253610025
Binary101011110011111100100111010000101000010101011110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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