#57031C

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

Shades of Bordeaux #57031C

Tints of Bordeaux #57031C

Color information

#57031C (or 0x57031C) is unknown color: approx Bordeaux. HEX triplet: 57, 03 and 1C. RGB value is (87,3,28). Sum of RGB (Red+Green+Blue) = 87+3+28=118 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.73% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 87 - color contains mainly: red. Hex color #57031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57031C is #A8FCE3. Grayscale: #1E1E1E. Windows color (decimal): -11074788 or 1835863. OLE color: 1835863.

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

Color convert

RGB87328-
CMYK00.970.680.66
HSL342.14º93.33%17.65%-
HSV(B)342.14º96.55%34.12%-
XYZ4.172.181.3-
YUV30.97126.33167.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 73.73%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=73.73%
G=2.54%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8732800.970.680.66342.1493.3317.65
Hex5731C06144421565d12
Octal127334014110410252613522
Binary101011111111000110000110001001000010101010110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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