Html Css Color HEX #791D40 Pompadour

📋 copy color: '#791D40'

red 121 ◦ green 29 ◦ blue 64

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

Shades of Pompadour #791D40

Tints of Pompadour #791D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.55%

 BLUE value IS 64 (25.39% from 255) = 29.91%

R = 56.54%
G = 13.55%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#791D40 (or 0x791D40) is known color: Pompadour. HEX triplet: 79, 1D and 40. RGB value is (121,29,64). Sum of RGB (Red+Green+Blue) = 121+29+64=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #791D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791D40 is #86E2BF. Grayscale: #3C3C3C. Windows color (decimal): -8839872 or 4201849. OLE color: 4201849.

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

Color convert

RGB 121 29 64 -
CMYK 0 0.76 0.47 0.53
HSL 337.17º 0.61% 0.29% -
HSV(B) 337.17º 0.76% 0.47% -
XYZ 9.25 5.31 5.39 -
YUV 60.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 121 29 64 0 0.76 0.47 0.53 337.17 0.61 0.29
Hex 79 1D 40 0 4C 2F 35 151 3D 1D
Octal 171 35 100 0 114 57 65 521 75 35
Binary 1111001 11101 1000000 0 1001100 101111 110101 101010001 111101 11101

Color Harmonies of #791D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791D40

Black with #791D40

Text Example


Text Example

White with #791D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,29,64); }

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

background-color css

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

 a { background-color: rgb(121,29,64); }

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

border-color css

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

 span { border-color: rgb(121,29,64); }

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