#56051C

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

Shades of Bordeaux #56051C

Tints of Bordeaux #56051C

Color information

#56051C (or 0x56051C) is unknown color: approx Bordeaux. HEX triplet: 56, 05 and 1C. RGB value is (86,5,28). Sum of RGB (Red+Green+Blue) = 86+5+28=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #56051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56051C is #A9FAE3. Grayscale: #1F1F1F. Windows color (decimal): -11139812 or 1836374. OLE color: 1836374.

HSL color Cylindrical-coordinate representation of color #56051C: hue angle of 342.96º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56051C is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB86528-
CMYK00.940.670.66
HSL342.96º89.01%17.84%-
HSV(B)342.96º94.19%33.73%-
XYZ4.12.171.3-
YUV31.84125.84166.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 72.27%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=72.27%
G=4.20%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8652800.940.670.66342.9689.0117.84
Hex5651C05E43421575912
Octal126534013610310252713122
Binary1010110101111000101111010000111000010101010111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,5,28); }

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

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

 a { background-color: rgb(86,5,28); }

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

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

 span { border-color: rgb(86,5,28); }

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