#66134A

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

Shades of Pompadour #66134A

Tints of Pompadour #66134A

Color information

#66134A (or 0x66134A) is unknown color: approx Pompadour. HEX triplet: 66, 13 and 4A. RGB value is (102,19,74). Sum of RGB (Red+Green+Blue) = 102+19+74=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #66134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66134A is #99ECB5. Grayscale: #313131. Windows color (decimal): -10087606 or 4854630. OLE color: 4854630.

HSL color Cylindrical-coordinate representation of color #66134A: hue angle of 320.24º 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 #66134A is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB1021974-
CMYK00.810.270.6
HSL320.24º68.6%23.73%-
HSV(B)320.24º81.37%40%-
XYZ6.953.786.84-
YUV50.09141.5165.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 19 (7.81% from 255) = 9.74%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=52.31%
G=9.74%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102197400.810.270.6320.2468.623.73
Hex66134A0511B3C1404518
Octal146231120121337450010530
Binary11001101001110010100101000111011111100101000000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66134A; }

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

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

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

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

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

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

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

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