#662A50

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

Shades of Pompadour #662A50

Tints of Pompadour #662A50

Color information

#662A50 (or 0x662A50) is unknown color: approx Pompadour. HEX triplet: 66, 2A and 50. RGB value is (102,42,80). Sum of RGB (Red+Green+Blue) = 102+42+80=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #662A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662A50 is #99D5AF. Grayscale: #404040. Windows color (decimal): -10081712 or 5253734. OLE color: 5253734.

HSL color Cylindrical-coordinate representation of color #662A50: hue angle of 322º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #662A50 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB1024280-
CMYK00.590.220.6
HSL322º41.67%28.24%-
HSV(B)322º58.82%40%-
XYZ7.765.068.16-
YUV64.27136.88154.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.54%
GREEN value IS 42 (16.80% from 255) = 18.75%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=45.54%
G=18.75%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102428000.590.220.632241.6728.24
Hex662A5003B163C1422a1c
Octal1465212007326745025234
Binary1100110101010101000001110111011011110010100001010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662A50; }

 p { color: rgb(102,42,80); }

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

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

 a { background-color: rgb(102,42,80); }

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

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

 span { border-color: rgb(102,42,80); }

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