#661344

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

Shades of Pompadour #661344

Tints of Pompadour #661344

Color information

#661344 (or 0x661344) is unknown color: approx Pompadour. HEX triplet: 66, 13 and 44. RGB value is (102,19,68). Sum of RGB (Red+Green+Blue) = 102+19+68=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #661344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661344 is #99ECBB. Grayscale: #313131. Windows color (decimal): -10087612 or 4461414. OLE color: 4461414.

HSL color Cylindrical-coordinate representation of color #661344: hue angle of 324.58º 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 #661344 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB1021968-
CMYK00.810.330.6
HSL324.58º68.6%23.73%-
HSV(B)324.58º81.37%40%-
XYZ6.763.715.83-
YUV49.4138.5165.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.97%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=53.97%
G=10.05%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102196800.810.330.6324.5868.623.73
Hex661344051213C1454518
Octal146231040121417450510530
Binary110011010011100010001010001100001111100101000101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661344; }

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

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

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

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

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

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

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

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