Html Css Color HEX #791C47 Pompadour

📋 copy color: '#791C47'

red 121 ◦ green 28 ◦ blue 71

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

Shades of Pompadour #791C47

Tints of Pompadour #791C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 32.27%

R = 55%
G = 12.73%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#791C47 (or 0x791C47) is known color: Pompadour. HEX triplet: 79, 1C and 47. RGB value is (121,28,71). Sum of RGB (Red+Green+Blue) = 121+28+71=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #791C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C47 is #86E3B8. Grayscale: #3C3C3C. Windows color (decimal): -8840121 or 4660345. OLE color: 4660345.

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

Color convert

RGB 121 28 71 -
CMYK 0 0.77 0.41 0.53
HSL 332.26º 0.62% 0.29% -
HSV(B) 332.26º 0.77% 0.47% -
XYZ 9.44 5.35 6.5 -
YUV 60.71 133.81 171 -
System Red Green Blue C M Y K H S L
Decimal 121 28 71 0 0.77 0.41 0.53 332.26 0.62 0.29
Hex 79 1C 47 0 4D 29 35 14C 3E 1D
Octal 171 34 107 0 115 51 65 514 76 35
Binary 1111001 11100 1000111 0 1001101 101001 110101 101001100 111110 11101

Color Harmonies of #791C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791C47

Black with #791C47

Text Example


Text Example

White with #791C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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