#57061C

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

Shades of Bordeaux #57061C

Tints of Bordeaux #57061C

Color information

#57061C (or 0x57061C) is unknown color: approx Bordeaux. HEX triplet: 57, 06 and 1C. RGB value is (87,6,28). Sum of RGB (Red+Green+Blue) = 87+6+28=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #57061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57061C is #A8F9E3. Grayscale: #202020. Windows color (decimal): -11074020 or 1836631. OLE color: 1836631.

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

Color convert

RGB87628-
CMYK00.930.680.66
HSL343.7º87.1%18.24%-
HSV(B)343.7º93.1%34.12%-
XYZ4.212.241.31-
YUV32.73125.34166.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.90%
GREEN value IS 6 (2.73% from 255) = 4.96%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=71.90%
G=4.96%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8762800.930.680.66343.787.118.24
Hex5761C05D44421585712
Octal127634013510410253012722
Binary1010111110111000101110110001001000010101011000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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