#57061D

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

Shades of Bordeaux #57061D

Tints of Bordeaux #57061D

Color information

#57061D (or 0x57061D) is unknown color: approx Bordeaux. HEX triplet: 57, 06 and 1D. RGB value is (87,6,29). Sum of RGB (Red+Green+Blue) = 87+6+29=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #57061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57061D is #A8F9E2. Grayscale: #202020. Windows color (decimal): -11074019 or 1902167. OLE color: 1902167.

HSL color Cylindrical-coordinate representation of color #57061D: hue angle of 342.96º 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 #57061D is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB87629-
CMYK00.930.670.66
HSL342.96º87.1%18.24%-
HSV(B)342.96º93.1%34.12%-
XYZ4.222.251.37-
YUV32.84125.84166.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.31%
GREEN value IS 6 (2.73% from 255) = 4.92%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=71.31%
G=4.92%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8762900.930.670.66342.9687.118.24
Hex5761D05D43421575712
Octal127635013510310252712722
Binary1010111110111010101110110000111000010101010111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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