Html Css Color HEX #661242 Pompadour

📋 copy color: '#661242'

red 102 ◦ green 18 ◦ blue 66

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

Shades of Pompadour #661242

Tints of Pompadour #661242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.48%

R = 54.84%
G = 9.68%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#661242 (or 0x661242) is known color: Pompadour. HEX triplet: 66, 12 and 42. RGB value is (102,18,66). Sum of RGB (Red+Green+Blue) = 102+18+66=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #661242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661242 is #99EDBD. Grayscale: #303030. Windows color (decimal): -10087870 or 4330086. OLE color: 4330086.

HSL color Cylindrical-coordinate representation of color #661242: hue angle of 325.71º 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 #661242 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 18 66 -
CMYK 0 0.82 0.35 0.6
HSL 325.71º 0.7% 0.24% -
HSV(B) 325.71º 0.82% 0.4% -
XYZ 6.68 3.65 5.51 -
YUV 48.59 137.83 166.1 -
System Red Green Blue C M Y K H S L
Decimal 102 18 66 0 0.82 0.35 0.6 325.71 0.7 0.24
Hex 66 12 42 0 52 23 3C 146 46 18
Octal 146 22 102 0 122 43 74 506 106 30
Binary 1100110 10010 1000010 0 1010010 100011 111100 101000110 1000110 11000

Color Harmonies of #661242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661242

Black with #661242

Text Example


Text Example

White with #661242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661242; }

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

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

background-color css

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

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

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

border-color css

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

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

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