#611E41

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

Shades of Pompadour #611E41

Tints of Pompadour #611E41

Color information

#611E41 (or 0x611E41) is unknown color: approx Pompadour. HEX triplet: 61, 1E and 41. RGB value is (97,30,65). Sum of RGB (Red+Green+Blue) = 97+30+65=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #611E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E41 is #9EE1BE. Grayscale: #353535. Windows color (decimal): -10412479 or 4267617. OLE color: 4267617.

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

Color convert

RGB973065-
CMYK00.690.330.62
HSL328.66º52.76%24.9%-
HSV(B)328.66º69.07%38.04%-
XYZ6.353.855.41-
YUV54.02134.2158.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 30 (12.11% from 255) = 15.62%
BLUE value IS 65 (25.78% from 255) = 33.85%
R=50.52%
G=15.62%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97306500.690.330.62328.6652.7624.9
Hex611E41045213E1493519
Octal14136101010541765116531
Binary11000011111010000010100010110000111111010100100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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