Html Css Color HEX #662E4D Pompadour

📋 copy color: '#662E4D'

red 102 ◦ green 46 ◦ blue 77

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

Shades of Pompadour #662E4D

Tints of Pompadour #662E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.44%

 BLUE value IS 77 (30.47% from 255) = 34.22%

R = 45.33%
G = 20.44%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#662E4D (or 0x662E4D) is known color: Pompadour. HEX triplet: 66, 2E and 4D. RGB value is (102,46,77). Sum of RGB (Red+Green+Blue) = 102+46+77=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #662E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662E4D is #99D1B2. Grayscale: #424242. Windows color (decimal): -10080691 or 5058150. OLE color: 5058150.

HSL color Cylindrical-coordinate representation of color #662E4D: hue angle of 326.79º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #662E4D is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 46 77 -
CMYK 0 0.55 0.25 0.6
HSL 326.79º 0.38% 0.29% -
HSV(B) 326.79º 0.55% 0.4% -
XYZ 7.8 5.31 7.64 -
YUV 66.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 102 46 77 0 0.55 0.25 0.6 326.79 0.38 0.29
Hex 66 2E 4D 0 37 19 3C 147 26 1D
Octal 146 56 115 0 67 31 74 507 46 35
Binary 1100110 101110 1001101 0 110111 11001 111100 101000111 100110 11101

Color Harmonies of #662E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662E4D

Black with #662E4D

Text Example


Text Example

White with #662E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,46,77); }

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

background-color css

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

 a { background-color: rgb(102,46,77); }

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

border-color css

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

 span { border-color: rgb(102,46,77); }

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