Html Css Color HEX #661749 Pompadour

📋 copy color: '#661749'

red 102 ◦ green 23 ◦ blue 73

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

Shades of Pompadour #661749

Tints of Pompadour #661749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.62%

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

R = 51.52%
G = 11.62%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#661749 (or 0x661749) is known color: Pompadour. HEX triplet: 66, 17 and 49. RGB value is (102,23,73). Sum of RGB (Red+Green+Blue) = 102+23+73=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #661749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661749 is #99E8B6. Grayscale: #343434. Windows color (decimal): -10086583 or 4790118. OLE color: 4790118.

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

Color convert

RGB 102 23 73 -
CMYK 0 0.77 0.28 0.6
HSL 322.03º 0.63% 0.25% -
HSV(B) 322.03º 0.77% 0.4% -
XYZ 6.99 3.92 6.69 -
YUV 52.32 139.67 163.43 -
System Red Green Blue C M Y K H S L
Decimal 102 23 73 0 0.77 0.28 0.6 322.03 0.63 0.25
Hex 66 17 49 0 4D 1C 3C 142 3F 19
Octal 146 27 111 0 115 34 74 502 77 31
Binary 1100110 10111 1001001 0 1001101 11100 111100 101000010 111111 11001

Color Harmonies of #661749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661749

Black with #661749

Text Example


Text Example

White with #661749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661749; }

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

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

background-color css

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

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

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

border-color css

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

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

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