Html Css Color HEX #791952 Pompadour

📋 copy color: '#791952'

red 121 ◦ green 25 ◦ blue 82

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

Shades of Pompadour #791952

Tints of Pompadour #791952

RGB

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

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

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

R = 53.07%
G = 10.96%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#791952 (or 0x791952) is known color: Pompadour. HEX triplet: 79, 19 and 52. RGB value is (121,25,82). Sum of RGB (Red+Green+Blue) = 121+25+82=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #791952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791952 is #86E6AD. Grayscale: #3C3C3C. Windows color (decimal): -8840878 or 5380473. OLE color: 5380473.

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

Color convert

RGB 121 25 82 -
CMYK 0 0.79 0.32 0.53
HSL 324.38º 0.66% 0.29% -
HSV(B) 324.38º 0.79% 0.47% -
XYZ 9.76 5.37 8.5 -
YUV 60.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 121 25 82 0 0.79 0.32 0.53 324.38 0.66 0.29
Hex 79 19 52 0 4F 20 35 144 42 1D
Octal 171 31 122 0 117 40 65 504 102 35
Binary 1111001 11001 1010010 0 1001111 100000 110101 101000100 1000010 11101

Color Harmonies of #791952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791952

Black with #791952

Text Example


Text Example

White with #791952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791952; }

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

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

background-color css

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

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

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

border-color css

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

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

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