#611E4E

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

Shades of Pompadour #611E4E

Tints of Pompadour #611E4E

Color information

#611E4E (or 0x611E4E) is unknown color: approx Pompadour. HEX triplet: 61, 1E and 4E. RGB value is (97,30,78). Sum of RGB (Red+Green+Blue) = 97+30+78=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #611E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611E4E is #9EE1B1. Grayscale: #373737. Windows color (decimal): -10412466 or 5119585. OLE color: 5119585.

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

Color convert

RGB973078-
CMYK00.690.200.62
HSL317.01º52.76%24.9%-
HSV(B)317.01º69.07%38.04%-
XYZ6.774.027.63-
YUV55.5140.7157.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=47.32%
G=14.63%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97307800.690.200.62317.0152.7624.9
Hex611E4E045143E13d3519
Octal14136116010524764756531
Binary1100001111101001110010001011010011111010011110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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