#56020C

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

Shades of Bordeaux #56020C

Tints of Bordeaux #56020C

Color information

#56020C (or 0x56020C) is unknown color: approx Bordeaux. HEX triplet: 56, 02 and 0C. RGB value is (86,2,12). Sum of RGB (Red+Green+Blue) = 86+2+12=100 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 86 - color contains mainly: red. Hex color #56020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56020C is #A9FDF3. Grayscale: #1C1C1C. Windows color (decimal): -11140596 or 787030. OLE color: 787030.

HSL color Cylindrical-coordinate representation of color #56020C: hue angle of 352.86º 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 #56020C is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB86212-
CMYK00.980.860.66
HSL352.86º95.45%17.25%-
HSV(B)352.86º97.67%33.73%-
XYZ3.932.050.54-
YUV28.26118.83169.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 86%
GREEN value IS 2 (1.17% from 255) = 2%
BLUE value IS 12 (5.08% from 255) = 12%
R=86%
G=2%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8621200.980.860.66352.8695.4517.25
Hex562C06256421615f11
Octal126214014212610254113721
Binary10101101011000110001010101101000010101100001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56020C; }

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

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

<style>
 a { background-color: #56020C; }

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

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

<style>
 span { border-color: #56020C; }

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

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