#611E45

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

Shades of Pompadour #611E45

Tints of Pompadour #611E45

Color information

#611E45 (or 0x611E45) is unknown color: approx Pompadour. HEX triplet: 61, 1E and 45. RGB value is (97,30,69). Sum of RGB (Red+Green+Blue) = 97+30+69=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #611E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E45 is #9EE1BA. Grayscale: #363636. Windows color (decimal): -10412475 or 4529761. OLE color: 4529761.

HSL color Cylindrical-coordinate representation of color #611E45: hue angle of 325.07º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E45 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB973069-
CMYK00.690.290.62
HSL325.07º52.76%24.9%-
HSV(B)325.07º69.07%38.04%-
XYZ6.473.96.04-
YUV54.48136.2158.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 30 (12.11% from 255) = 15.31%
BLUE value IS 69 (27.34% from 255) = 35.20%
R=49.49%
G=15.31%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97306900.690.290.62325.0752.7624.9
Hex611E450451D3E1453519
Octal14136105010535765056531
Binary1100001111101000101010001011110111111010100010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611E45; }

 p { color: rgb(97,30,69); }

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

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

 a { background-color: rgb(97,30,69); }

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

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

 span { border-color: rgb(97,30,69); }

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