#57151F

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

Shades of Bordeaux #57151F

Tints of Bordeaux #57151F

Color information

#57151F (or 0x57151F) is unknown color: approx Bordeaux. HEX triplet: 57, 15 and 1F. RGB value is (87,21,31). Sum of RGB (Red+Green+Blue) = 87+21+31=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #57151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57151F is #A8EAE0. Grayscale: #292929. Windows color (decimal): -11070177 or 2037079. OLE color: 2037079.

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

Color convert

RGB872131-
CMYK00.760.640.66
HSL350.91º61.11%21.18%-
HSV(B)350.91º75.86%34.12%-
XYZ4.452.661.58-
YUV41.87121.87160.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.59%
GREEN value IS 21 (8.59% from 255) = 15.11%
BLUE value IS 31 (12.5% from 255) = 22.30%
R=62.59%
G=15.11%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87213100.760.640.66350.9161.1121.18
Hex57151F04C404215f3d15
Octal127253701141001025377525
Binary10101111010111111010011001000000100001010101111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57151F; }

 p { color: rgb(87,21,31); }

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

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

 a { background-color: rgb(87,21,31); }

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

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

 span { border-color: rgb(87,21,31); }

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