Html Css Color HEX #661946 Pompadour

📋 copy color: '#661946'

red 102 ◦ green 25 ◦ blue 70

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

Shades of Pompadour #661946

Tints of Pompadour #661946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.69%

 BLUE value IS 70 (27.73% from 255) = 35.53%

R = 51.78%
G = 12.69%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#661946 (or 0x661946) is known color: Pompadour. HEX triplet: 66, 19 and 46. RGB value is (102,25,70). Sum of RGB (Red+Green+Blue) = 102+25+70=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #661946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661946 is #99E6B9. Grayscale: #353535. Windows color (decimal): -10086074 or 4594022. OLE color: 4594022.

HSL color Cylindrical-coordinate representation of color #661946: hue angle of 324.94º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661946 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 25 70 -
CMYK 0 0.75 0.31 0.6
HSL 324.94º 0.61% 0.25% -
HSV(B) 324.94º 0.75% 0.4% -
XYZ 6.93 3.96 6.19 -
YUV 53.15 137.51 162.84 -
System Red Green Blue C M Y K H S L
Decimal 102 25 70 0 0.75 0.31 0.6 324.94 0.61 0.25
Hex 66 19 46 0 4B 1F 3C 145 3D 19
Octal 146 31 106 0 113 37 74 505 75 31
Binary 1100110 11001 1000110 0 1001011 11111 111100 101000101 111101 11001

Color Harmonies of #661946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661946

Black with #661946

Text Example


Text Example

White with #661946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661946; }

 p { color: rgb(102,25,70); }

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

background-color css

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

 a { background-color: rgb(102,25,70); }

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

border-color css

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

 span { border-color: rgb(102,25,70); }

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