Html Css Color HEX #662147 Pompadour

📋 copy color: '#662147'

red 102 ◦ green 33 ◦ blue 71

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

Shades of Pompadour #662147

Tints of Pompadour #662147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.02%

 BLUE value IS 71 (28.13% from 255) = 34.47%

R = 49.51%
G = 16.02%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#662147 (or 0x662147) is known color: Pompadour. HEX triplet: 66, 21 and 47. RGB value is (102,33,71). Sum of RGB (Red+Green+Blue) = 102+33+71=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #662147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662147 is #99DEB8. Grayscale: #393939. Windows color (decimal): -10084025 or 4661606. OLE color: 4661606.

HSL color Cylindrical-coordinate representation of color #662147: hue angle of 326.96º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662147 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 33 71 -
CMYK 0 0.68 0.30 0.6
HSL 326.96º 0.51% 0.26% -
HSV(B) 326.96º 0.68% 0.4% -
XYZ 7.16 4.37 6.43 -
YUV 57.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 102 33 71 0 0.68 0.30 0.6 326.96 0.51 0.26
Hex 66 21 47 0 44 1E 3C 147 33 1A
Octal 146 41 107 0 104 36 74 507 63 32
Binary 1100110 100001 1000111 0 1000100 11110 111100 101000111 110011 11010

Color Harmonies of #662147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662147

Black with #662147

Text Example


Text Example

White with #662147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662147; }

 p { color: rgb(102,33,71); }

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

background-color css

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

 a { background-color: rgb(102,33,71); }

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

border-color css

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

 span { border-color: rgb(102,33,71); }

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