#661342

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

Shades of Pompadour #661342

Tints of Pompadour #661342

Color information

#661342 (or 0x661342) is unknown color: approx Pompadour. HEX triplet: 66, 13 and 42. RGB value is (102,19,66). Sum of RGB (Red+Green+Blue) = 102+19+66=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #661342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661342 is #99ECBD. Grayscale: #313131. Windows color (decimal): -10087614 or 4330342. OLE color: 4330342.

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

Color convert

RGB1021966-
CMYK00.810.350.6
HSL326.02º68.6%23.73%-
HSV(B)326.02º81.37%40%-
XYZ6.73.685.51-
YUV49.18137.5165.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=54.55%
G=10.16%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102196600.810.350.6326.0268.623.73
Hex661342051233C1464518
Octal146231020121437450610530
Binary110011010011100001001010001100011111100101000110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661342; }

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

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

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

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

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

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

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

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