#57081E

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

Shades of Bordeaux #57081E

Tints of Bordeaux #57081E

Color information

#57081E (or 0x57081E) is unknown color: approx Bordeaux. HEX triplet: 57, 08 and 1E. RGB value is (87,8,30). Sum of RGB (Red+Green+Blue) = 87+8+30=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #57081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57081E is #A8F7E1. Grayscale: #222222. Windows color (decimal): -11073506 or 1968215. OLE color: 1968215.

HSL color Cylindrical-coordinate representation of color #57081E: hue angle of 343.29º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #57081E is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB87830-
CMYK00.910.660.66
HSL343.29º83.16%18.63%-
HSV(B)343.29º90.8%34.12%-
XYZ4.252.291.45-
YUV34.13125.67165.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.6%
GREEN value IS 8 (3.52% from 255) = 6.4%
BLUE value IS 30 (12.11% from 255) = 24%
R=69.6%
G=6.4%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8783000.910.660.66343.2983.1618.63
Hex5781E05B42421575313
Octal1271036013310210252712323
Binary10101111000111100101101110000101000010101010111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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