#56183E

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

Shades of Pompadour #56183E

Tints of Pompadour #56183E

Color information

#56183E (or 0x56183E) is unknown color: approx Pompadour. HEX triplet: 56, 18 and 3E. RGB value is (86,24,62). Sum of RGB (Red+Green+Blue) = 86+24+62=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #56183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56183E is #A9E7C1. Grayscale: #2E2E2E. Windows color (decimal): -11134914 or 4069462. OLE color: 4069462.

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

Color convert

RGB862462-
CMYK00.720.280.66
HSL323.23º56.36%21.57%-
HSV(B)323.23º72.09%33.73%-
XYZ5.032.984.87-
YUV46.87136.54155.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=50%
G=13.95%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86246200.720.280.66323.2356.3621.57
Hex56183E0481C421433816
Octal12630760110341025037026
Binary1010110110001111100100100011100100001010100001111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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