#56040F

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

Shades of Bordeaux #56040F

Tints of Bordeaux #56040F

Color information

#56040F (or 0x56040F) is unknown color: approx Bordeaux. HEX triplet: 56, 04 and 0F. RGB value is (86,4,15). Sum of RGB (Red+Green+Blue) = 86+4+15=105 (13% of max value = 765). Red value is 86 (33.98% from 255 or 81.90% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 86 - color contains mainly: red. Hex color #56040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56040F is #A9FBF0. Grayscale: #1D1D1D. Windows color (decimal): -11140081 or 984150. OLE color: 984150.

HSL color Cylindrical-coordinate representation of color #56040F: hue angle of 351.95º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56040F is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB86415-
CMYK00.950.830.66
HSL351.95º91.11%17.65%-
HSV(B)351.95º95.35%33.73%-
XYZ3.972.10.65-
YUV29.77119.67168.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 81.90%
GREEN value IS 4 (1.95% from 255) = 3.81%
BLUE value IS 15 (6.25% from 255) = 14.29%
R=81.90%
G=3.81%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8641500.950.830.66351.9591.1117.65
Hex564F05F53421605b12
Octal126417013712310254013322
Binary101011010011110101111110100111000010101100000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56040F; }

 p { color: rgb(86,4,15); }

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

<style>
 a { background-color: #56040F; }

 a { background-color: rgb(86,4,15); }

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

<style>
 span { border-color: #56040F; }

 span { border-color: rgb(86,4,15); }

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