#57061B

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

Shades of Bordeaux #57061B

Tints of Bordeaux #57061B

Color information

#57061B (or 0x57061B) is unknown color: approx Bordeaux. HEX triplet: 57, 06 and 1B. RGB value is (87,6,27). Sum of RGB (Red+Green+Blue) = 87+6+27=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #57061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57061B is #A8F9E4. Grayscale: #202020. Windows color (decimal): -11074021 or 1771095. OLE color: 1771095.

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

Color convert

RGB87627-
CMYK00.930.690.66
HSL344.44º87.1%18.24%-
HSV(B)344.44º93.1%34.12%-
XYZ4.192.241.25-
YUV32.61124.84166.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 72.5%
GREEN value IS 6 (2.73% from 255) = 5%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=72.5%
G=5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8762700.930.690.66344.4487.118.24
Hex5761B05D45421585712
Octal127633013510510253012722
Binary1010111110110110101110110001011000010101011000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57061B; }

 p { color: rgb(87,6,27); }

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

<style>
 a { background-color: #57061B; }

 a { background-color: rgb(87,6,27); }

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

<style>
 span { border-color: #57061B; }

 span { border-color: rgb(87,6,27); }

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