Html Css Color HEX #791C50 Pompadour

📋 copy color: '#791C50'

red 121 ◦ green 28 ◦ blue 80

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

Shades of Pompadour #791C50

Tints of Pompadour #791C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.23%

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

R = 52.84%
G = 12.23%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#791C50 (or 0x791C50) is known color: Pompadour. HEX triplet: 79, 1C and 50. RGB value is (121,28,80). Sum of RGB (Red+Green+Blue) = 121+28+80=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #791C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791C50 is #86E3AF. Grayscale: #3D3D3D. Windows color (decimal): -8840112 or 5250169. OLE color: 5250169.

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

Color convert

RGB 121 28 80 -
CMYK 0 0.77 0.34 0.53
HSL 326.45º 0.62% 0.29% -
HSV(B) 326.45º 0.77% 0.47% -
XYZ 9.75 5.47 8.13 -
YUV 61.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 121 28 80 0 0.77 0.34 0.53 326.45 0.62 0.29
Hex 79 1C 50 0 4D 22 35 146 3E 1D
Octal 171 34 120 0 115 42 65 506 76 35
Binary 1111001 11100 1010000 0 1001101 100010 110101 101000110 111110 11101

Color Harmonies of #791C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791C50

Black with #791C50

Text Example


Text Example

White with #791C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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