#66124C

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

Shades of Pompadour #66124C

Tints of Pompadour #66124C

Color information

#66124C (or 0x66124C) is unknown color: approx Pompadour. HEX triplet: 66, 12 and 4C. RGB value is (102,18,76). Sum of RGB (Red+Green+Blue) = 102+18+76=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66124C is #99EDB3. Grayscale: #313131. Windows color (decimal): -10087860 or 4985446. OLE color: 4985446.

HSL color Cylindrical-coordinate representation of color #66124C: hue angle of 318.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66124C is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1021876-
CMYK00.820.250.6
HSL318.57º70%23.53%-
HSV(B)318.57º82.35%40%-
XYZ73.787.2-
YUV49.73142.83165.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 76 (30.08% from 255) = 38.78%
R=52.04%
G=9.18%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102187600.820.250.6318.577023.53
Hex66124C052193C13f4618
Octal146221140122317447710630
Binary11001101001010011000101001011001111100100111111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66124C; }

 p { color: rgb(102,18,76); }

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

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

 a { background-color: rgb(102,18,76); }

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

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

 span { border-color: rgb(102,18,76); }

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