#56121A

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

Shades of Bordeaux #56121A

Tints of Bordeaux #56121A

Color information

#56121A (or 0x56121A) is unknown color: approx Bordeaux. HEX triplet: 56, 12 and 1A. RGB value is (86,18,26). Sum of RGB (Red+Green+Blue) = 86+18+26=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #56121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56121A is #A9EDE5. Grayscale: #272727. Windows color (decimal): -11136486 or 1708630. OLE color: 1708630.

HSL color Cylindrical-coordinate representation of color #56121A: hue angle of 352.94º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56121A is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB861826-
CMYK00.790.700.66
HSL352.94º65.38%20.39%-
HSV(B)352.94º79.07%33.73%-
XYZ4.242.491.23-
YUV39.24120.53161.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 66.15%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 26 (10.55% from 255) = 20%
R=66.15%
G=13.85%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86182600.790.700.66352.9465.3820.39
Hex56121A04F46421614114
Octal1262232011710610254110124
Binary101011010010110100100111110001101000010101100001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56121A; }

 p { color: rgb(86,18,26); }

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

<style>
 a { background-color: #56121A; }

 a { background-color: rgb(86,18,26); }

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

<style>
 span { border-color: #56121A; }

 span { border-color: rgb(86,18,26); }

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