Html Css Color HEX #791850 Pompadour

📋 copy color: '#791850'

red 121 ◦ green 24 ◦ blue 80

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

Shades of Pompadour #791850

Tints of Pompadour #791850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.56%

R = 53.78%
G = 10.67%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#791850 (or 0x791850) is known color: Pompadour. HEX triplet: 79, 18 and 50. RGB value is (121,24,80). Sum of RGB (Red+Green+Blue) = 121+24+80=225 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.78% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 121 - color contains mainly: red. Hex color #791850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791850 is #86E7AF. Grayscale: #3B3B3B. Windows color (decimal): -8841136 or 5249145. OLE color: 5249145.

HSL color Cylindrical-coordinate representation of color #791850: hue angle of 325.36º 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 #791850 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 24 80 -
CMYK 0 0.80 0.34 0.53
HSL 325.36º 0.67% 0.28% -
HSV(B) 325.36º 0.8% 0.47% -
XYZ 9.66 5.3 8.1 -
YUV 59.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 121 24 80 0 0.80 0.34 0.53 325.36 0.67 0.28
Hex 79 18 50 0 50 22 35 145 43 1C
Octal 171 30 120 0 120 42 65 505 103 34
Binary 1111001 11000 1010000 0 1010000 100010 110101 101000101 1000011 11100

Color Harmonies of #791850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791850

Black with #791850

Text Example


Text Example

White with #791850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791850; }

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

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

background-color css

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

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

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

border-color css

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

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

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