Html Css Color HEX #791D52 Pompadour

📋 copy color: '#791D52'

red 121 ◦ green 29 ◦ blue 82

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

Shades of Pompadour #791D52

Tints of Pompadour #791D52

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.5%

 BLUE value IS 82 (32.42% from 255) = 35.34%

R = 52.16%
G = 12.5%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#791D52 (or 0x791D52) is known color: Pompadour. HEX triplet: 79, 1D and 52. RGB value is (121,29,82). Sum of RGB (Red+Green+Blue) = 121+29+82=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #791D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791D52 is #86E2AD. Grayscale: #3E3E3E. Windows color (decimal): -8839854 or 5381497. OLE color: 5381497.

HSL color Cylindrical-coordinate representation of color #791D52: hue angle of 325.43º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #791D52 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 29 82 -
CMYK 0 0.76 0.32 0.53
HSL 325.43º 0.61% 0.29% -
HSV(B) 325.43º 0.76% 0.47% -
XYZ 9.85 5.55 8.54 -
YUV 62.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 121 29 82 0 0.76 0.32 0.53 325.43 0.61 0.29
Hex 79 1D 52 0 4C 20 35 145 3D 1D
Octal 171 35 122 0 114 40 65 505 75 35
Binary 1111001 11101 1010010 0 1001100 100000 110101 101000101 111101 11101

Color Harmonies of #791D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791D52

Black with #791D52

Text Example


Text Example

White with #791D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791D52; }

 p { color: rgb(121,29,82); }

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

background-color css

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

 a { background-color: rgb(121,29,82); }

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

border-color css

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

 span { border-color: rgb(121,29,82); }

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