Html Css Color HEX #661241 Pompadour

📋 copy color: '#661241'

red 102 ◦ green 18 ◦ blue 65

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

Shades of Pompadour #661241

Tints of Pompadour #661241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.73%

 BLUE value IS 65 (25.78% from 255) = 35.14%

R = 55.14%
G = 9.73%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#661241 (or 0x661241) is known color: Pompadour. HEX triplet: 66, 12 and 41. RGB value is (102,18,65). Sum of RGB (Red+Green+Blue) = 102+18+65=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #661241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661241 is #99EDBE. Grayscale: #303030. Windows color (decimal): -10087871 or 4264550. OLE color: 4264550.

HSL color Cylindrical-coordinate representation of color #661241: hue angle of 326.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661241 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 18 65 -
CMYK 0 0.82 0.36 0.6
HSL 326.43º 0.7% 0.24% -
HSV(B) 326.43º 0.82% 0.4% -
XYZ 6.65 3.64 5.35 -
YUV 48.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 102 18 65 0 0.82 0.36 0.6 326.43 0.7 0.24
Hex 66 12 41 0 52 24 3C 146 46 18
Octal 146 22 101 0 122 44 74 506 106 30
Binary 1100110 10010 1000001 0 1010010 100100 111100 101000110 1000110 11000

Color Harmonies of #661241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661241

Black with #661241

Text Example


Text Example

White with #661241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661241; }

 p { color: rgb(102,18,65); }

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

background-color css

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

 a { background-color: rgb(102,18,65); }

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

border-color css

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

 span { border-color: rgb(102,18,65); }

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