Html Css Color HEX #662649 Pompadour

📋 copy color: '#662649'

red 102 ◦ green 38 ◦ blue 73

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

Shades of Pompadour #662649

Tints of Pompadour #662649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.84%

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

R = 47.89%
G = 17.84%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#662649 (or 0x662649) is known color: Pompadour. HEX triplet: 66, 26 and 49. RGB value is (102,38,73). Sum of RGB (Red+Green+Blue) = 102+38+73=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #662649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662649 is #99D9B6. Grayscale: #3D3D3D. Windows color (decimal): -10082743 or 4793958. OLE color: 4793958.

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

Color convert

RGB 102 38 73 -
CMYK 0 0.63 0.28 0.6
HSL 327.19º 0.46% 0.27% -
HSV(B) 327.19º 0.63% 0.4% -
XYZ 7.38 4.69 6.82 -
YUV 61.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 102 38 73 0 0.63 0.28 0.6 327.19 0.46 0.27
Hex 66 26 49 0 3F 1C 3C 147 2E 1B
Octal 146 46 111 0 77 34 74 507 56 33
Binary 1100110 100110 1001001 0 111111 11100 111100 101000111 101110 11011

Color Harmonies of #662649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662649

Black with #662649

Text Example


Text Example

White with #662649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662649; }

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

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

background-color css

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

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

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

border-color css

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

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

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