#56031C

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

Shades of Bordeaux #56031C

Tints of Bordeaux #56031C

Color information

#56031C (or 0x56031C) is unknown color: approx Bordeaux. HEX triplet: 56, 03 and 1C. RGB value is (86,3,28). Sum of RGB (Red+Green+Blue) = 86+3+28=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #56031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56031C is #A9FCE3. Grayscale: #1E1E1E. Windows color (decimal): -11140324 or 1835862. OLE color: 1835862.

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

Color convert

RGB86328-
CMYK00.970.670.66
HSL341.93º93.26%17.45%-
HSV(B)341.93º96.51%33.73%-
XYZ4.082.131.29-
YUV30.67126.5167.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 73.50%
GREEN value IS 3 (1.56% from 255) = 2.56%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=73.50%
G=2.56%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8632800.970.670.66341.9393.2617.45
Hex5631C06143421565d11
Octal126334014110310252613521
Binary101011011111000110000110000111000010101010110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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