#661349

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

Shades of Pompadour #661349

Tints of Pompadour #661349

Color information

#661349 (or 0x661349) is unknown color: approx Pompadour. HEX triplet: 66, 13 and 49. RGB value is (102,19,73). Sum of RGB (Red+Green+Blue) = 102+19+73=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #661349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661349 is #99ECB6. Grayscale: #313131. Windows color (decimal): -10087607 or 4789094. OLE color: 4789094.

HSL color Cylindrical-coordinate representation of color #661349: hue angle of 320.96º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661349 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB1021973-
CMYK00.810.280.6
HSL320.96º68.6%23.73%-
HSV(B)320.96º81.37%40%-
XYZ6.913.776.67-
YUV49.97141165.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.58%
GREEN value IS 19 (7.81% from 255) = 9.79%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=52.58%
G=9.79%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102197300.810.280.6320.9668.623.73
Hex6613490511C3C1414518
Octal146231110121347450110530
Binary11001101001110010010101000111100111100101000001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661349; }

 p { color: rgb(102,19,73); }

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

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

 a { background-color: rgb(102,19,73); }

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

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

 span { border-color: rgb(102,19,73); }

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