#661248

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

Shades of Pompadour #661248

Tints of Pompadour #661248

Color information

#661248 (or 0x661248) is unknown color: approx Pompadour. HEX triplet: 66, 12 and 48. RGB value is (102,18,72). Sum of RGB (Red+Green+Blue) = 102+18+72=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #661248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661248 is #99EDB7. Grayscale: #313131. Windows color (decimal): -10087864 or 4723302. OLE color: 4723302.

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

Color convert

RGB1021872-
CMYK00.820.290.6
HSL321.43º70%23.53%-
HSV(B)321.43º82.35%40%-
XYZ6.873.736.49-
YUV49.27140.83165.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.12%
GREEN value IS 18 (7.42% from 255) = 9.38%
BLUE value IS 72 (28.52% from 255) = 37.5%
R=53.12%
G=9.38%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102187200.820.290.6321.437023.53
Hex6612480521D3C1414618
Octal146221100122357450110630
Binary11001101001010010000101001011101111100101000001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661248; }

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

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

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

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

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

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

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

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