Html Css Color HEX #661948 Pompadour

📋 copy color: '#661948'

red 102 ◦ green 25 ◦ blue 72

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

Shades of Pompadour #661948

Tints of Pompadour #661948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.18%

R = 51.26%
G = 12.56%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#661948 (or 0x661948) is known color: Pompadour. HEX triplet: 66, 19 and 48. RGB value is (102,25,72). Sum of RGB (Red+Green+Blue) = 102+25+72=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #661948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661948 is #99E6B7. Grayscale: #353535. Windows color (decimal): -10086072 or 4725094. OLE color: 4725094.

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

Color convert

RGB 102 25 72 -
CMYK 0 0.75 0.29 0.6
HSL 323.38º 0.61% 0.25% -
HSV(B) 323.38º 0.75% 0.4% -
XYZ 7 3.99 6.53 -
YUV 53.38 138.51 162.68 -
System Red Green Blue C M Y K H S L
Decimal 102 25 72 0 0.75 0.29 0.6 323.38 0.61 0.25
Hex 66 19 48 0 4B 1D 3C 143 3D 19
Octal 146 31 110 0 113 35 74 503 75 31
Binary 1100110 11001 1001000 0 1001011 11101 111100 101000011 111101 11001

Color Harmonies of #661948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661948

Black with #661948

Text Example


Text Example

White with #661948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661948; }

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

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

background-color css

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

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

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

border-color css

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

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

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