Html Css Color HEX #791758 Pompadour

📋 copy color: '#791758'

red 121 ◦ green 23 ◦ blue 88

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

Shades of Pompadour #791758

Tints of Pompadour #791758

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.91%

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

R = 52.16%
G = 9.91%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#791758 (or 0x791758) is known color: Pompadour. HEX triplet: 79, 17 and 58. RGB value is (121,23,88). Sum of RGB (Red+Green+Blue) = 121+23+88=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #791758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791758 is #86E8A7. Grayscale: #3B3B3B. Windows color (decimal): -8841384 or 5773177. OLE color: 5773177.

HSL color Cylindrical-coordinate representation of color #791758: hue angle of 320.2º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #791758 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 23 88 -
CMYK 0 0.81 0.27 0.53
HSL 320.2º 0.68% 0.28% -
HSV(B) 320.2º 0.81% 0.47% -
XYZ 9.95 5.38 9.75 -
YUV 59.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 121 23 88 0 0.81 0.27 0.53 320.2 0.68 0.28
Hex 79 17 58 0 51 1B 35 140 44 1C
Octal 171 27 130 0 121 33 65 500 104 34
Binary 1111001 10111 1011000 0 1010001 11011 110101 101000000 1000100 11100

Color Harmonies of #791758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791758

Black with #791758

Text Example


Text Example

White with #791758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791758; }

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

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

background-color css

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

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

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

border-color css

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

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

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