#611441

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

Shades of Pompadour #611441

Tints of Pompadour #611441

Color information

#611441 (or 0x611441) is unknown color: approx Pompadour. HEX triplet: 61, 14 and 41. RGB value is (97,20,65). Sum of RGB (Red+Green+Blue) = 97+20+65=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #611441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611441 is #9EEBBE. Grayscale: #303030. Windows color (decimal): -10415039 or 4265057. OLE color: 4265057.

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

Color convert

RGB972065-
CMYK00.790.330.62
HSL324.94º65.81%22.94%-
HSV(B)324.94º79.38%38.04%-
XYZ6.133.425.34-
YUV48.15137.51162.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.30%
GREEN value IS 20 (8.20% from 255) = 10.99%
BLUE value IS 65 (25.78% from 255) = 35.71%
R=53.30%
G=10.99%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97206500.790.330.62324.9465.8122.94
Hex61144104F213E1454217
Octal141241010117417650510227
Binary110000110100100000101001111100001111110101000101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611441; }

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

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

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

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

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

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

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

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