#611442

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

Shades of Pompadour #611442

Tints of Pompadour #611442

Color information

#611442 (or 0x611442) is unknown color: approx Pompadour. HEX triplet: 61, 14 and 42. RGB value is (97,20,66). Sum of RGB (Red+Green+Blue) = 97+20+66=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #611442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611442 is #9EEBBD. Grayscale: #303030. Windows color (decimal): -10415038 or 4330593. OLE color: 4330593.

HSL color Cylindrical-coordinate representation of color #611442: hue angle of 324.16º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #611442 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB972066-
CMYK00.790.320.62
HSL324.16º65.81%22.94%-
HSV(B)324.16º79.38%38.04%-
XYZ6.163.445.49-
YUV48.27138.01162.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 66 (26.17% from 255) = 36.07%
R=53.01%
G=10.93%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97206600.790.320.62324.1665.8122.94
Hex61144204F203E1444217
Octal141241020117407650410227
Binary110000110100100001001001111100000111110101000100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611442; }

 p { color: rgb(97,20,66); }

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

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

 a { background-color: rgb(97,20,66); }

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

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

 span { border-color: rgb(97,20,66); }

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