#56213C

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

Shades of Pompadour #56213C

Tints of Pompadour #56213C

Color information

#56213C (or 0x56213C) is unknown color: approx Pompadour. HEX triplet: 56, 21 and 3C. RGB value is (86,33,60). Sum of RGB (Red+Green+Blue) = 86+33+60=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #56213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56213C is #A9DEC3. Grayscale: #333333. Windows color (decimal): -11132612 or 3940694. OLE color: 3940694.

HSL color Cylindrical-coordinate representation of color #56213C: hue angle of 329.43º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56213C is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB863360-
CMYK00.620.300.66
HSL329.43º44.54%23.33%-
HSV(B)329.43º61.63%33.73%-
XYZ5.23.394.66-
YUV51.92132.56152.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.04%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 60 (23.83% from 255) = 33.52%
R=48.04%
G=18.44%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86336000.620.300.66329.4344.5423.33
Hex56213C03E1E421492d17
Octal1264174076361025115527
Binary1010110100001111100011111011110100001010100100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,33,60); }

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

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

 a { background-color: rgb(86,33,60); }

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

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

 span { border-color: rgb(86,33,60); }

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