#66314F

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

Shades of Pompadour #66314F

Tints of Pompadour #66314F

Color information

#66314F (or 0x66314F) is unknown color: approx Pompadour. HEX triplet: 66, 31 and 4F. RGB value is (102,49,79). Sum of RGB (Red+Green+Blue) = 102+49+79=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #66314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66314F is #99CEB0. Grayscale: #444444. Windows color (decimal): -10079921 or 5189990. OLE color: 5189990.

HSL color Cylindrical-coordinate representation of color #66314F: hue angle of 326.04º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66314F is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB1024979-
CMYK00.520.230.6
HSL326.04º35.1%29.61%-
HSV(B)326.04º51.96%40%-
XYZ7.995.598.05-
YUV68.27134.06152.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.35%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=44.35%
G=21.30%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102497900.520.230.6326.0435.129.61
Hex66314F034173C146231e
Octal1466111706427745064336
Binary1100110110001100111101101001011111110010100011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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