Html Css Color HEX #790C51 Pompadour

📋 copy color: '#790C51'

red 121 ◦ green 12 ◦ blue 81

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

Shades of Pompadour #790C51

Tints of Pompadour #790C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.85%

R = 56.54%
G = 5.61%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#790C51 (or 0x790C51) is known color: Pompadour. HEX triplet: 79, 0C and 51. RGB value is (121,12,81). Sum of RGB (Red+Green+Blue) = 121+12+81=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #790C51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C51 is #86F3AE. Grayscale: #343434. Windows color (decimal): -8844207 or 5311609. OLE color: 5311609.

HSL color Cylindrical-coordinate representation of color #790C51: hue angle of 322.02º 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 #790C51 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 12 81 -
CMYK 0 0.90 0.33 0.53
HSL 322.02º 0.82% 0.26% -
HSV(B) 322.02º 0.9% 0.47% -
XYZ 9.5 4.92 8.23 -
YUV 52.46 144.11 176.89 -
System Red Green Blue C M Y K H S L
Decimal 121 12 81 0 0.90 0.33 0.53 322.02 0.82 0.26
Hex 79 C 51 0 5A 21 35 142 52 1A
Octal 171 14 121 0 132 41 65 502 122 32
Binary 1111001 1100 1010001 0 1011010 100001 110101 101000010 1010010 11010

Color Harmonies of #790C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C51

Black with #790C51

Text Example


Text Example

White with #790C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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