Html Css Color HEX #790C50 Pompadour

📋 copy color: '#790C50'

red 121 ◦ green 12 ◦ blue 80

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

Shades of Pompadour #790C50

Tints of Pompadour #790C50

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.63%

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

R = 56.81%
G = 5.63%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#790C50 (or 0x790C50) is known color: Pompadour. HEX triplet: 79, 0C and 50. RGB value is (121,12,80). Sum of RGB (Red+Green+Blue) = 121+12+80=213 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.81% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 121 - color contains mainly: red. Hex color #790C50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C50 is #86F3AF. Grayscale: #343434. Windows color (decimal): -8844208 or 5246073. OLE color: 5246073.

HSL color Cylindrical-coordinate representation of color #790C50: hue angle of 322.57º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C50 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 12 80 -
CMYK 0 0.90 0.34 0.53
HSL 322.57º 0.82% 0.26% -
HSV(B) 322.57º 0.9% 0.47% -
XYZ 9.46 4.91 8.04 -
YUV 52.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 121 12 80 0 0.90 0.34 0.53 322.57 0.82 0.26
Hex 79 C 50 0 5A 22 35 143 52 1A
Octal 171 14 120 0 132 42 65 503 122 32
Binary 1111001 1100 1010000 0 1011010 100010 110101 101000011 1010010 11010

Color Harmonies of #790C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C50

Black with #790C50

Text Example


Text Example

White with #790C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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