#562141

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

Shades of Pompadour #562141

Tints of Pompadour #562141

Color information

#562141 (or 0x562141) is unknown color: approx Pompadour. HEX triplet: 56, 21 and 41. RGB value is (86,33,65). Sum of RGB (Red+Green+Blue) = 86+33+65=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #562141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562141 is #A9DEBE. Grayscale: #343434. Windows color (decimal): -11132607 or 4268374. OLE color: 4268374.

HSL color Cylindrical-coordinate representation of color #562141: hue angle of 323.77º 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 #562141 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB863365-
CMYK00.620.240.66
HSL323.77º44.54%23.33%-
HSV(B)323.77º61.63%33.73%-
XYZ5.343.455.39-
YUV52.49135.06151.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.74%
GREEN value IS 33 (13.28% from 255) = 17.93%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=46.74%
G=17.93%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86336500.620.240.66323.7744.5423.33
Hex56214103E18421442d17
Octal12641101076301025045527
Binary10101101000011000001011111011000100001010100010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562141; }

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

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

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

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

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

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

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

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