#56121E

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

Shades of Bordeaux #56121E

Tints of Bordeaux #56121E

Color information

#56121E (or 0x56121E) is unknown color: approx Bordeaux. HEX triplet: 56, 12 and 1E. RGB value is (86,18,30). Sum of RGB (Red+Green+Blue) = 86+18+30=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #56121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56121E is #A9EDE1. Grayscale: #272727. Windows color (decimal): -11136482 or 1970774. OLE color: 1970774.

HSL color Cylindrical-coordinate representation of color #56121E: hue angle of 349.41º 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 #56121E is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB861830-
CMYK00.790.650.66
HSL349.41º65.38%20.39%-
HSV(B)349.41º79.07%33.73%-
XYZ4.292.51.49-
YUV39.7122.53161.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 64.18%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=64.18%
G=13.43%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86183000.790.650.66349.4165.3820.39
Hex56121E04F414215d4114
Octal1262236011710110253510124
Binary101011010010111100100111110000011000010101011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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