#57031E

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

Shades of Bordeaux #57031E

Tints of Bordeaux #57031E

Color information

#57031E (or 0x57031E) is unknown color: approx Bordeaux. HEX triplet: 57, 03 and 1E. RGB value is (87,3,30). Sum of RGB (Red+Green+Blue) = 87+3+30=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #57031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57031E is #A8FCE1. Grayscale: #1F1F1F. Windows color (decimal): -11074786 or 1966935. OLE color: 1966935.

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

Color convert

RGB87330-
CMYK00.970.660.66
HSL340.71º93.33%17.65%-
HSV(B)340.71º96.55%34.12%-
XYZ4.22.191.43-
YUV31.19127.33167.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 72.5%
GREEN value IS 3 (1.56% from 255) = 2.5%
BLUE value IS 30 (12.11% from 255) = 25%
R=72.5%
G=2.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8733000.970.660.66340.7193.3317.65
Hex5731E06142421555d12
Octal127336014110210252513522
Binary101011111111100110000110000101000010101010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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