Html Css Color HEX #791948 Pompadour

📋 copy color: '#791948'

red 121 ◦ green 25 ◦ blue 72

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

Shades of Pompadour #791948

Tints of Pompadour #791948

RGB

 RED value IS 121 (47.66% from 255) = 55.5%

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

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

R = 55.5%
G = 11.47%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#791948 (or 0x791948) is known color: Pompadour. HEX triplet: 79, 19 and 48. RGB value is (121,25,72). Sum of RGB (Red+Green+Blue) = 121+25+72=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #791948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791948 is #86E6B7. Grayscale: #3A3A3A. Windows color (decimal): -8840888 or 4725113. OLE color: 4725113.

HSL color Cylindrical-coordinate representation of color #791948: hue angle of 330.62º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791948 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 25 72 -
CMYK 0 0.79 0.40 0.53
HSL 330.63º 0.66% 0.29% -
HSV(B) 330.63º 0.79% 0.47% -
XYZ 9.4 5.23 6.64 -
YUV 59.06 135.3 172.18 -
System Red Green Blue C M Y K H S L
Decimal 121 25 72 0 0.79 0.40 0.53 330.63 0.66 0.29
Hex 79 19 48 0 4F 28 35 14B 42 1D
Octal 171 31 110 0 117 50 65 513 102 35
Binary 1111001 11001 1001000 0 1001111 101000 110101 101001011 1000010 11101

Color Harmonies of #791948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791948

Black with #791948

Text Example


Text Example

White with #791948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791948; }

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

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

background-color css

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

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

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

border-color css

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

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

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