#56030B

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

Shades of Bordeaux #56030B

Tints of Bordeaux #56030B

Color information

#56030B (or 0x56030B) is unknown color: approx Bordeaux. HEX triplet: 56, 03 and 0B. RGB value is (86,3,11). Sum of RGB (Red+Green+Blue) = 86+3+11=100 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 86 - color contains mainly: red. Hex color #56030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56030B is #A9FCF4. Grayscale: #1C1C1C. Windows color (decimal): -11140341 or 721750. OLE color: 721750.

HSL color Cylindrical-coordinate representation of color #56030B: hue angle of 354.22º 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 #56030B is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB86311-
CMYK00.970.870.66
HSL354.22º93.26%17.45%-
HSV(B)354.22º96.51%33.73%-
XYZ3.932.070.51-
YUV28.73118168.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 86%
GREEN value IS 3 (1.56% from 255) = 3%
BLUE value IS 11 (4.69% from 255) = 11%
R=86%
G=3%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8631100.970.870.66354.2293.2617.45
Hex563B06157421625d11
Octal126313014112710254213521
Binary10101101110110110000110101111000010101100010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56030B; }

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

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

<style>
 a { background-color: #56030B; }

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

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

<style>
 span { border-color: #56030B; }

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

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