#661338

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

Shades of Pompadour #661338

Tints of Pompadour #661338

Color information

#661338 (or 0x661338) is unknown color: approx Pompadour. HEX triplet: 66, 13 and 38. RGB value is (102,19,56). Sum of RGB (Red+Green+Blue) = 102+19+56=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #661338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661338 is #99ECC7. Grayscale: #2F2F2F. Windows color (decimal): -10087624 or 3674982. OLE color: 3674982.

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

Color convert

RGB1021956-
CMYK00.810.450.6
HSL333.25º68.6%23.73%-
HSV(B)333.25º81.37%40%-
XYZ6.433.584.09-
YUV48.04132.5166.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.63%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=57.63%
G=10.73%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102195600.810.450.6333.2568.623.73
Hex6613380512D3C14d4518
Octal14623700121557451510530
Binary11001101001111100001010001101101111100101001101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661338; }

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

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

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

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

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

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

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

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