Html Css Color HEX #791958 Pompadour

📋 copy color: '#791958'

red 121 ◦ green 25 ◦ blue 88

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

Shades of Pompadour #791958

Tints of Pompadour #791958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.61%

R = 51.71%
G = 10.68%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#791958 (or 0x791958) is known color: Pompadour. HEX triplet: 79, 19 and 58. RGB value is (121,25,88). Sum of RGB (Red+Green+Blue) = 121+25+88=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #791958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791958 is #86E6A7. Grayscale: #3C3C3C. Windows color (decimal): -8840872 or 5773689. OLE color: 5773689.

HSL color Cylindrical-coordinate representation of color #791958: hue angle of 320.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 #791958 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 25 88 -
CMYK 0 0.79 0.27 0.53
HSL 320.63º 0.66% 0.29% -
HSV(B) 320.63º 0.79% 0.47% -
XYZ 9.99 5.46 9.76 -
YUV 60.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 121 25 88 0 0.79 0.27 0.53 320.63 0.66 0.29
Hex 79 19 58 0 4F 1B 35 141 42 1D
Octal 171 31 130 0 117 33 65 501 102 35
Binary 1111001 11001 1011000 0 1001111 11011 110101 101000001 1000010 11101

Color Harmonies of #791958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791958

Black with #791958

Text Example


Text Example

White with #791958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791958; }

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

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

background-color css

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

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

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

border-color css

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

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

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