#661938

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

Shades of Pompadour #661938

Tints of Pompadour #661938

Color information

#661938 (or 0x661938) is unknown color: approx Pompadour. HEX triplet: 66, 19 and 38. RGB value is (102,25,56). Sum of RGB (Red+Green+Blue) = 102+25+56=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #661938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661938 is #99E6C7. Grayscale: #333333. Windows color (decimal): -10086088 or 3676518. OLE color: 3676518.

HSL color Cylindrical-coordinate representation of color #661938: hue angle of 335.84º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661938 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB1022556-
CMYK00.750.450.6
HSL335.84º60.63%24.9%-
HSV(B)335.84º75.49%40%-
XYZ6.543.814.13-
YUV51.56130.51163.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=55.74%
G=13.66%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102255600.750.450.6335.8460.6324.9
Hex66193804B2D3C1503d19
Octal1463170011355745207531
Binary1100110110011110000100101110110111110010101000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661938; }

 p { color: rgb(102,25,56); }

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

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

 a { background-color: rgb(102,25,56); }

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

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

 span { border-color: rgb(102,25,56); }

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