Html Css Color HEX #791B48 Pompadour

📋 copy color: '#791B48'

red 121 ◦ green 27 ◦ blue 72

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

Shades of Pompadour #791B48

Tints of Pompadour #791B48

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.27%

 BLUE value IS 72 (28.52% from 255) = 32.73%

R = 55%
G = 12.27%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#791B48 (or 0x791B48) is known color: Pompadour. HEX triplet: 79, 1B and 48. RGB value is (121,27,72). Sum of RGB (Red+Green+Blue) = 121+27+72=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #791B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791B48 is #86E4B7. Grayscale: #3C3C3C. Windows color (decimal): -8840376 or 4725625. OLE color: 4725625.

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

Color convert

RGB 121 27 72 -
CMYK 0 0.78 0.40 0.53
HSL 331.28º 0.64% 0.29% -
HSV(B) 331.28º 0.78% 0.47% -
XYZ 9.45 5.32 6.66 -
YUV 60.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 121 27 72 0 0.78 0.40 0.53 331.28 0.64 0.29
Hex 79 1B 48 0 4E 28 35 14B 40 1D
Octal 171 33 110 0 116 50 65 513 100 35
Binary 1111001 11011 1001000 0 1001110 101000 110101 101001011 1000000 11101

Color Harmonies of #791B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791B48

Black with #791B48

Text Example


Text Example

White with #791B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,27,72); }

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

background-color css

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

 a { background-color: rgb(121,27,72); }

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

border-color css

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

 span { border-color: rgb(121,27,72); }

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