#56021F

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

Shades of Bordeaux #56021F

Tints of Bordeaux #56021F

Color information

#56021F (or 0x56021F) is unknown color: approx Bordeaux. HEX triplet: 56, 02 and 1F. RGB value is (86,2,31). Sum of RGB (Red+Green+Blue) = 86+2+31=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #56021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56021F is #A9FDE0. Grayscale: #1E1E1E. Windows color (decimal): -11140577 or 2032214. OLE color: 2032214.

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

Color convert

RGB86231-
CMYK00.980.640.66
HSL339.29º95.45%17.25%-
HSV(B)339.29º97.67%33.73%-
XYZ4.112.121.49-
YUV30.42128.33167.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 72.27%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=72.27%
G=1.68%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8623100.980.640.66339.2995.4517.25
Hex5621F06240421535f11
Octal126237014210010252313721
Binary101011010111110110001010000001000010101010011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,2,31); }

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

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

 a { background-color: rgb(86,2,31); }

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

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

 span { border-color: rgb(86,2,31); }

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