Html Css Color HEX #662549 Pompadour

📋 copy color: '#662549'

red 102 ◦ green 37 ◦ blue 73

#662549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #662549

Tints of Pompadour #662549

RGB

 RED value IS 102 (40.23% from 255) = 48.11%

 GREEN value IS 37 (14.84% from 255) = 17.45%

 BLUE value IS 73 (28.91% from 255) = 34.43%

R = 48.11%
G = 17.45%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#662549 (or 0x662549) is known color: Pompadour. HEX triplet: 66, 25 and 49. RGB value is (102,37,73). Sum of RGB (Red+Green+Blue) = 102+37+73=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #662549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662549 is #99DAB6. Grayscale: #3C3C3C. Windows color (decimal): -10082999 or 4793702. OLE color: 4793702.

HSL color Cylindrical-coordinate representation of color #662549: hue angle of 326.77º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #662549 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 37 73 -
CMYK 0 0.64 0.28 0.6
HSL 326.77º 0.47% 0.27% -
HSV(B) 326.77º 0.64% 0.4% -
XYZ 7.34 4.63 6.81 -
YUV 60.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 102 37 73 0 0.64 0.28 0.6 326.77 0.47 0.27
Hex 66 25 49 0 40 1C 3C 147 2F 1B
Octal 146 45 111 0 100 34 74 507 57 33
Binary 1100110 100101 1001001 0 1000000 11100 111100 101000111 101111 11011

Color Harmonies of #662549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662549

Black with #662549

Text Example


Text Example

White with #662549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662549; }

 p { color: rgb(102,37,73); }

 H1.HeaderClassName
 {
   color: #662549;
 }
 .AnyTagClassName
 {
   color: #662549;
 }
</style>

background-color css

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

 a { background-color: rgb(102,37,73); }

 div.DivClassName
 {
   background-color: #662549;
 }
 .BgClassName
 {
   background-color: #662549;
 }
</style>

border-color css

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

 span { border-color: rgb(102,37,73); }

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