#56183F

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

Shades of Pompadour #56183F

Tints of Pompadour #56183F

Color information

#56183F (or 0x56183F) is unknown color: approx Pompadour. HEX triplet: 56, 18 and 3F. RGB value is (86,24,63). Sum of RGB (Red+Green+Blue) = 86+24+63=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #56183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56183F is #A9E7C0. Grayscale: #2E2E2E. Windows color (decimal): -11134913 or 4134998. OLE color: 4134998.

HSL color Cylindrical-coordinate representation of color #56183F: hue angle of 322.26º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56183F is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB862463-
CMYK00.720.270.66
HSL322.26º56.36%21.57%-
HSV(B)322.26º72.09%33.73%-
XYZ5.062.995.01-
YUV46.98137.04155.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 63 (25% from 255) = 36.42%
R=49.71%
G=13.87%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86246300.720.270.66322.2656.3621.57
Hex56183F0481B421423816
Octal12630770110331025027026
Binary1010110110001111110100100011011100001010100001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56183F; }

 p { color: rgb(86,24,63); }

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

<style>
 a { background-color: #56183F; }

 a { background-color: rgb(86,24,63); }

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

<style>
 span { border-color: #56183F; }

 span { border-color: rgb(86,24,63); }

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