Html Css Color HEX #791841 Pompadour

📋 copy color: '#791841'

red 121 ◦ green 24 ◦ blue 65

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

Shades of Pompadour #791841

Tints of Pompadour #791841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.43%

 BLUE value IS 65 (25.78% from 255) = 30.95%

R = 57.62%
G = 11.43%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#791841 (or 0x791841) is known color: Pompadour. HEX triplet: 79, 18 and 41. RGB value is (121,24,65). Sum of RGB (Red+Green+Blue) = 121+24+65=210 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.62% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 121 - color contains mainly: red. Hex color #791841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791841 is #86E7BE. Grayscale: #393939. Windows color (decimal): -8841151 or 4266105. OLE color: 4266105.

HSL color Cylindrical-coordinate representation of color #791841: hue angle of 334.64º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #791841 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 24 65 -
CMYK 0 0.80 0.46 0.53
HSL 334.64º 0.67% 0.28% -
HSV(B) 334.64º 0.8% 0.47% -
XYZ 9.17 5.1 5.5 -
YUV 57.68 132.14 173.17 -
System Red Green Blue C M Y K H S L
Decimal 121 24 65 0 0.80 0.46 0.53 334.64 0.67 0.28
Hex 79 18 41 0 50 2E 35 14F 43 1C
Octal 171 30 101 0 120 56 65 517 103 34
Binary 1111001 11000 1000001 0 1010000 101110 110101 101001111 1000011 11100

Color Harmonies of #791841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791841

Black with #791841

Text Example


Text Example

White with #791841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791841; }

 p { color: rgb(121,24,65); }

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

background-color css

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

 a { background-color: rgb(121,24,65); }

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

border-color css

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

 span { border-color: rgb(121,24,65); }

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