Html Css Color HEX #662749 Pompadour

📋 copy color: '#662749'

red 102 ◦ green 39 ◦ blue 73

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

Shades of Pompadour #662749

Tints of Pompadour #662749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.22%

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

R = 47.66%
G = 18.22%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#662749 (or 0x662749) is known color: Pompadour. HEX triplet: 66, 27 and 49. RGB value is (102,39,73). Sum of RGB (Red+Green+Blue) = 102+39+73=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #662749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662749 is #99D8B6. Grayscale: #3D3D3D. Windows color (decimal): -10082487 or 4794214. OLE color: 4794214.

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

Color convert

RGB 102 39 73 -
CMYK 0 0.62 0.28 0.6
HSL 327.62º 0.45% 0.28% -
HSV(B) 327.62º 0.62% 0.4% -
XYZ 7.41 4.76 6.83 -
YUV 61.71 134.37 156.74 -
System Red Green Blue C M Y K H S L
Decimal 102 39 73 0 0.62 0.28 0.6 327.62 0.45 0.28
Hex 66 27 49 0 3E 1C 3C 148 2D 1C
Octal 146 47 111 0 76 34 74 510 55 34
Binary 1100110 100111 1001001 0 111110 11100 111100 101001000 101101 11100

Color Harmonies of #662749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662749

Black with #662749

Text Example


Text Example

White with #662749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662749; }

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

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

background-color css

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

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

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

border-color css

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

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

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