Html Css Color HEX #791350 Pompadour

📋 copy color: '#791350'

red 121 ◦ green 19 ◦ blue 80

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

Shades of Pompadour #791350

Tints of Pompadour #791350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

 BLUE value IS 80 (31.64% from 255) = 36.36%

R = 55%
G = 8.64%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#791350 (or 0x791350) is known color: Pompadour. HEX triplet: 79, 13 and 50. RGB value is (121,19,80). Sum of RGB (Red+Green+Blue) = 121+19+80=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #791350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791350 is #86ECAF. Grayscale: #383838. Windows color (decimal): -8842416 or 5247865. OLE color: 5247865.

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

Color convert

RGB 121 19 80 -
CMYK 0 0.84 0.34 0.53
HSL 324.12º 0.73% 0.27% -
HSV(B) 324.12º 0.84% 0.47% -
XYZ 9.57 5.11 8.07 -
YUV 56.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 121 19 80 0 0.84 0.34 0.53 324.12 0.73 0.27
Hex 79 13 50 0 54 22 35 144 49 1B
Octal 171 23 120 0 124 42 65 504 111 33
Binary 1111001 10011 1010000 0 1010100 100010 110101 101000100 1001001 11011

Color Harmonies of #791350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791350

Black with #791350

Text Example


Text Example

White with #791350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791350; }

 p { color: rgb(121,19,80); }

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

background-color css

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

 a { background-color: rgb(121,19,80); }

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

border-color css

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

 span { border-color: rgb(121,19,80); }

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