#57182C

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

Shades of Bordeaux #57182C

Tints of Bordeaux #57182C

Color information

#57182C (or 0x57182C) is unknown color: approx Bordeaux. HEX triplet: 57, 18 and 2C. RGB value is (87,24,44). Sum of RGB (Red+Green+Blue) = 87+24+44=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #57182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57182C is #A8E7D3. Grayscale: #2D2D2D. Windows color (decimal): -11069396 or 2889815. OLE color: 2889815.

HSL color Cylindrical-coordinate representation of color #57182C: hue angle of 340.95º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #57182C is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB872444-
CMYK00.720.490.66
HSL340.95º56.76%21.76%-
HSV(B)340.95º72.41%34.12%-
XYZ4.712.862.69-
YUV45.12127.37157.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.13%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=56.13%
G=15.48%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87244400.720.490.66340.9556.7621.76
Hex57182C04831421553916
Octal12730540110611025257126
Binary10101111100010110001001000110001100001010101010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,24,44); }

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

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

 a { background-color: rgb(87,24,44); }

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

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

 span { border-color: rgb(87,24,44); }

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