#56050F

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

Shades of Bordeaux #56050F

Tints of Bordeaux #56050F

Color information

#56050F (or 0x56050F) is unknown color: approx Bordeaux. HEX triplet: 56, 05 and 0F. RGB value is (86,5,15). Sum of RGB (Red+Green+Blue) = 86+5+15=106 (14% of max value = 765). Red value is 86 (33.98% from 255 or 81.13% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 86 - color contains mainly: red. Hex color #56050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56050F is #A9FAF0. Grayscale: #1E1E1E. Windows color (decimal): -11139825 or 984406. OLE color: 984406.

HSL color Cylindrical-coordinate representation of color #56050F: hue angle of 352.59º 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 #56050F is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB86515-
CMYK00.940.830.66
HSL352.59º89.01%17.84%-
HSV(B)352.59º94.19%33.73%-
XYZ3.982.120.65-
YUV30.36119.34167.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 81.13%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=81.13%
G=4.72%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8651500.940.830.66352.5989.0117.84
Hex565F05E53421615912
Octal126517013612310254113122
Binary101011010111110101111010100111000010101100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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