Html Css Color HEX #791853 Pompadour

📋 copy color: '#791853'

red 121 ◦ green 24 ◦ blue 83

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

Shades of Pompadour #791853

Tints of Pompadour #791853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.4%

R = 53.07%
G = 10.53%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#791853 (or 0x791853) is known color: Pompadour. HEX triplet: 79, 18 and 53. RGB value is (121,24,83). Sum of RGB (Red+Green+Blue) = 121+24+83=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #791853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791853 is #86E7AC. Grayscale: #3B3B3B. Windows color (decimal): -8841133 or 5445753. OLE color: 5445753.

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

Color convert

RGB 121 24 83 -
CMYK 0 0.80 0.31 0.53
HSL 323.51º 0.67% 0.28% -
HSV(B) 323.51º 0.8% 0.47% -
XYZ 9.77 5.34 8.7 -
YUV 59.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 121 24 83 0 0.80 0.31 0.53 323.51 0.67 0.28
Hex 79 18 53 0 50 1F 35 144 43 1C
Octal 171 30 123 0 120 37 65 504 103 34
Binary 1111001 11000 1010011 0 1010000 11111 110101 101000100 1000011 11100

Color Harmonies of #791853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791853

Black with #791853

Text Example


Text Example

White with #791853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791853; }

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

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

background-color css

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

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

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

border-color css

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

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

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