Html Css Color HEX #791C4A Pompadour

📋 copy color: '#791C4A'

red 121 ◦ green 28 ◦ blue 74

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

Shades of Pompadour #791C4A

Tints of Pompadour #791C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 54.26%
G = 12.56%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#791C4A (or 0x791C4A) is known color: Pompadour. HEX triplet: 79, 1C and 4A. RGB value is (121,28,74). Sum of RGB (Red+Green+Blue) = 121+28+74=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #791C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C4A is #86E3B5. Grayscale: #3C3C3C. Windows color (decimal): -8840118 or 4856953. OLE color: 4856953.

HSL color Cylindrical-coordinate representation of color #791C4A: hue angle of 330.32º 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 #791C4A is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 28 74 -
CMYK 0 0.77 0.39 0.53
HSL 330.32º 0.62% 0.29% -
HSV(B) 330.32º 0.77% 0.47% -
XYZ 9.54 5.39 7.02 -
YUV 61.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 121 28 74 0 0.77 0.39 0.53 330.32 0.62 0.29
Hex 79 1C 4A 0 4D 27 35 14A 3E 1D
Octal 171 34 112 0 115 47 65 512 76 35
Binary 1111001 11100 1001010 0 1001101 100111 110101 101001010 111110 11101

Color Harmonies of #791C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791C4A

Black with #791C4A

Text Example


Text Example

White with #791C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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