#661245

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

Shades of Pompadour #661245

Tints of Pompadour #661245

Color information

#661245 (or 0x661245) is unknown color: approx Pompadour. HEX triplet: 66, 12 and 45. RGB value is (102,18,69). Sum of RGB (Red+Green+Blue) = 102+18+69=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #661245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661245 is #99EDBA. Grayscale: #303030. Windows color (decimal): -10087867 or 4526694. OLE color: 4526694.

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

Color convert

RGB1021869-
CMYK00.820.320.6
HSL323.57º70%23.53%-
HSV(B)323.57º82.35%40%-
XYZ6.773.695.99-
YUV48.93139.33165.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.97%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=53.97%
G=9.52%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102186900.820.320.6323.577023.53
Hex661245052203C1444618
Octal146221050122407450410630
Binary110011010010100010101010010100000111100101000100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661245; }

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

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

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

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

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

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

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

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