Html Css Color HEX #661D4C Pompadour

📋 copy color: '#661D4C'

red 102 ◦ green 29 ◦ blue 76

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

Shades of Pompadour #661D4C

Tints of Pompadour #661D4C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.01%

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

R = 49.28%
G = 14.01%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#661D4C (or 0x661D4C) is known color: Pompadour. HEX triplet: 66, 1D and 4C. RGB value is (102,29,76). Sum of RGB (Red+Green+Blue) = 102+29+76=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #661D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661D4C is #99E2B3. Grayscale: #383838. Windows color (decimal): -10085044 or 4988262. OLE color: 4988262.

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

Color convert

RGB 102 29 76 -
CMYK 0 0.72 0.25 0.6
HSL 321.37º 0.56% 0.26% -
HSV(B) 321.37º 0.72% 0.4% -
XYZ 7.22 4.23 7.27 -
YUV 56.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 102 29 76 0 0.72 0.25 0.6 321.37 0.56 0.26
Hex 66 1D 4C 0 48 19 3C 141 38 1A
Octal 146 35 114 0 110 31 74 501 70 32
Binary 1100110 11101 1001100 0 1001000 11001 111100 101000001 111000 11010

Color Harmonies of #661D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661D4C

Black with #661D4C

Text Example


Text Example

White with #661D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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