#66134F

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

Shades of Pompadour #66134F

Tints of Pompadour #66134F

Color information

#66134F (or 0x66134F) is unknown color: approx Pompadour. HEX triplet: 66, 13 and 4F. RGB value is (102,19,79). Sum of RGB (Red+Green+Blue) = 102+19+79=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66134F is #99ECB0. Grayscale: #323232. Windows color (decimal): -10087601 or 5182310. OLE color: 5182310.

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

Color convert

RGB1021979-
CMYK00.810.230.6
HSL316.63º68.6%23.73%-
HSV(B)316.63º81.37%40%-
XYZ7.123.867.77-
YUV50.66144164.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51%
GREEN value IS 19 (7.81% from 255) = 9.5%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=51%
G=9.5%
B=39.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102197900.810.230.6316.6368.623.73
Hex66134F051173C13d4518
Octal146231170121277447510530
Binary11001101001110011110101000110111111100100111101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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