Html Css Color HEX #791B4B Pompadour

📋 copy color: '#791B4B'

red 121 ◦ green 27 ◦ blue 75

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

Shades of Pompadour #791B4B

Tints of Pompadour #791B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 54.26%
G = 12.11%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#791B4B (or 0x791B4B) is known color: Pompadour. HEX triplet: 79, 1B and 4B. RGB value is (121,27,75). Sum of RGB (Red+Green+Blue) = 121+27+75=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #791B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791B4B is #86E4B4. Grayscale: #3C3C3C. Windows color (decimal): -8840373 or 4922233. OLE color: 4922233.

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

Color convert

RGB 121 27 75 -
CMYK 0 0.78 0.38 0.53
HSL 329.36º 0.64% 0.29% -
HSV(B) 329.36º 0.78% 0.47% -
XYZ 9.55 5.36 7.19 -
YUV 60.58 136.14 171.1 -
System Red Green Blue C M Y K H S L
Decimal 121 27 75 0 0.78 0.38 0.53 329.36 0.64 0.29
Hex 79 1B 4B 0 4E 26 35 149 40 1D
Octal 171 33 113 0 116 46 65 511 100 35
Binary 1111001 11011 1001011 0 1001110 100110 110101 101001001 1000000 11101

Color Harmonies of #791B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791B4B

Black with #791B4B

Text Example


Text Example

White with #791B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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