#56030D

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

Shades of Bordeaux #56030D

Tints of Bordeaux #56030D

Color information

#56030D (or 0x56030D) is unknown color: approx Bordeaux. HEX triplet: 56, 03 and 0D. RGB value is (86,3,13). Sum of RGB (Red+Green+Blue) = 86+3+13=102 (13% of max value = 765). Red value is 86 (33.98% from 255 or 84.31% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 86 - color contains mainly: red. Hex color #56030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56030D is #A9FCF2. Grayscale: #1D1D1D. Windows color (decimal): -11140339 or 852822. OLE color: 852822.

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

Color convert

RGB86313-
CMYK00.970.850.66
HSL352.77º93.26%17.45%-
HSV(B)352.77º96.51%33.73%-
XYZ3.942.070.57-
YUV28.96119168.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 84.31%
GREEN value IS 3 (1.56% from 255) = 2.94%
BLUE value IS 13 (5.47% from 255) = 12.75%
R=84.31%
G=2.94%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8631300.970.850.66352.7793.2617.45
Hex563D06155421615d11
Octal126315014112510254113521
Binary10101101111010110000110101011000010101100001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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