#661243

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

Shades of Pompadour #661243

Tints of Pompadour #661243

Color information

#661243 (or 0x661243) is unknown color: approx Pompadour. HEX triplet: 66, 12 and 43. RGB value is (102,18,67). Sum of RGB (Red+Green+Blue) = 102+18+67=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #661243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661243 is #99EDBC. Grayscale: #303030. Windows color (decimal): -10087869 or 4395622. OLE color: 4395622.

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

Color convert

RGB1021867-
CMYK00.820.340.6
HSL325º70%23.53%-
HSV(B)325º82.35%40%-
XYZ6.713.665.66-
YUV48.7138.33166.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 67 (26.56% from 255) = 35.83%
R=54.55%
G=9.63%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102186700.820.340.63257023.53
Hex661243052223C1454618
Octal146221030122427450510630
Binary110011010010100001101010010100010111100101000101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661243; }

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

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

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

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

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

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

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

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