Html Css Color HEX #661244 Pompadour

📋 copy color: '#661244'

red 102 ◦ green 18 ◦ blue 68

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

Shades of Pompadour #661244

Tints of Pompadour #661244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.17%

R = 54.26%
G = 9.57%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#661244 (or 0x661244) is known color: Pompadour. HEX triplet: 66, 12 and 44. RGB value is (102,18,68). Sum of RGB (Red+Green+Blue) = 102+18+68=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #661244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661244 is #99EDBB. Grayscale: #303030. Windows color (decimal): -10087868 or 4461158. OLE color: 4461158.

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

Color convert

RGB 102 18 68 -
CMYK 0 0.82 0.33 0.6
HSL 324.29º 0.7% 0.24% -
HSV(B) 324.29º 0.82% 0.4% -
XYZ 6.74 3.67 5.82 -
YUV 48.82 138.83 165.93 -
System Red Green Blue C M Y K H S L
Decimal 102 18 68 0 0.82 0.33 0.6 324.29 0.7 0.24
Hex 66 12 44 0 52 21 3C 144 46 18
Octal 146 22 104 0 122 41 74 504 106 30
Binary 1100110 10010 1000100 0 1010010 100001 111100 101000100 1000110 11000

Color Harmonies of #661244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661244

Black with #661244

Text Example


Text Example

White with #661244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661244; }

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

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

background-color css

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

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

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

border-color css

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

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

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