#611439

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

Shades of Pompadour #611439

Tints of Pompadour #611439

Color information

#611439 (or 0x611439) is unknown color: approx Pompadour. HEX triplet: 61, 14 and 39. RGB value is (97,20,57). Sum of RGB (Red+Green+Blue) = 97+20+57=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #611439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611439 is #9EEBC6. Grayscale: #2F2F2F. Windows color (decimal): -10415047 or 3740769. OLE color: 3740769.

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

Color convert

RGB972057-
CMYK00.790.410.62
HSL331.17º65.81%22.94%-
HSV(B)331.17º79.38%38.04%-
XYZ5.923.344.2-
YUV47.24133.51163.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 57 (22.66% from 255) = 32.76%
R=55.75%
G=11.49%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97205700.790.410.62331.1765.8122.94
Hex61143904F293E14b4217
Octal14124710117517651310227
Binary11000011010011100101001111101001111110101001011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611439; }

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

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

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

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

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

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

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

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