#66144D

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

Shades of Pompadour #66144D

Tints of Pompadour #66144D

Color information

#66144D (or 0x66144D) is unknown color: approx Pompadour. HEX triplet: 66, 14 and 4D. RGB value is (102,20,77). Sum of RGB (Red+Green+Blue) = 102+20+77=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66144D is #99EBB2. Grayscale: #323232. Windows color (decimal): -10087347 or 5051494. OLE color: 5051494.

HSL color Cylindrical-coordinate representation of color #66144D: hue angle of 318.29º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66144D is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1022077-
CMYK00.800.250.6
HSL318.29º67.21%23.92%-
HSV(B)318.29º80.39%40%-
XYZ7.073.867.39-
YUV51.02142.67164.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 20 (8.20% from 255) = 10.05%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=51.26%
G=10.05%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102207700.800.250.6318.2967.2123.92
Hex66144D050193C13e4318
Octal146241150120317447610330
Binary11001101010010011010101000011001111100100111110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66144D; }

 p { color: rgb(102,20,77); }

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

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

 a { background-color: rgb(102,20,77); }

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

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

 span { border-color: rgb(102,20,77); }

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