Html Css Color HEX #661F4C Pompadour

📋 copy color: '#661F4C'

red 102 ◦ green 31 ◦ blue 76

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

Shades of Pompadour #661F4C

Tints of Pompadour #661F4C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.83%

 BLUE value IS 76 (30.08% from 255) = 36.36%

R = 48.8%
G = 14.83%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#661F4C (or 0x661F4C) is known color: Pompadour. HEX triplet: 66, 1F and 4C. RGB value is (102,31,76). Sum of RGB (Red+Green+Blue) = 102+31+76=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #661F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661F4C is #99E0B3. Grayscale: #393939. Windows color (decimal): -10084532 or 4988774. OLE color: 4988774.

HSL color Cylindrical-coordinate representation of color #661F4C: hue angle of 321.97º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #661F4C is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 31 76 -
CMYK 0 0.70 0.25 0.6
HSL 321.97º 0.53% 0.26% -
HSV(B) 321.97º 0.7% 0.4% -
XYZ 7.27 4.33 7.29 -
YUV 57.36 138.52 159.84 -
System Red Green Blue C M Y K H S L
Decimal 102 31 76 0 0.70 0.25 0.6 321.97 0.53 0.26
Hex 66 1F 4C 0 46 19 3C 142 35 1A
Octal 146 37 114 0 106 31 74 502 65 32
Binary 1100110 11111 1001100 0 1000110 11001 111100 101000010 110101 11010

Color Harmonies of #661F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661F4C

Black with #661F4C

Text Example


Text Example

White with #661F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661F4C; }

 p { color: rgb(102,31,76); }

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

background-color css

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

 a { background-color: rgb(102,31,76); }

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

border-color css

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

 span { border-color: rgb(102,31,76); }

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