#57131D

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

Shades of Bordeaux #57131D

Tints of Bordeaux #57131D

Color information

#57131D (or 0x57131D) is unknown color: approx Bordeaux. HEX triplet: 57, 13 and 1D. RGB value is (87,19,29). Sum of RGB (Red+Green+Blue) = 87+19+29=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #57131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57131D is #A8ECE2. Grayscale: #282828. Windows color (decimal): -11070691 or 1905495. OLE color: 1905495.

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

Color convert

RGB871929-
CMYK00.780.670.66
HSL351.18º64.15%20.78%-
HSV(B)351.18º78.16%34.12%-
XYZ4.392.581.43-
YUV40.47121.53161.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.44%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=64.44%
G=14.07%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87192900.780.670.66351.1864.1520.78
Hex57131D04E434215f4015
Octal1272335011610310253710025
Binary101011110011111010100111010000111000010101011111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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