Html Css Color HEX #791540 Pompadour

📋 copy color: '#791540'

red 121 ◦ green 21 ◦ blue 64

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

Shades of Pompadour #791540

Tints of Pompadour #791540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

 BLUE value IS 64 (25.39% from 255) = 31.07%

R = 58.74%
G = 10.19%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#791540 (or 0x791540) is known color: Pompadour. HEX triplet: 79, 15 and 40. RGB value is (121,21,64). Sum of RGB (Red+Green+Blue) = 121+21+64=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #791540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791540 is #86EABF. Grayscale: #373737. Windows color (decimal): -8841920 or 4199801. OLE color: 4199801.

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

Color convert

RGB 121 21 64 -
CMYK 0 0.83 0.47 0.53
HSL 334.2º 0.7% 0.28% -
HSV(B) 334.2º 0.83% 0.47% -
XYZ 9.08 4.97 5.33 -
YUV 55.8 132.63 174.5 -
System Red Green Blue C M Y K H S L
Decimal 121 21 64 0 0.83 0.47 0.53 334.2 0.7 0.28
Hex 79 15 40 0 53 2F 35 14E 46 1C
Octal 171 25 100 0 123 57 65 516 106 34
Binary 1111001 10101 1000000 0 1010011 101111 110101 101001110 1000110 11100

Color Harmonies of #791540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791540

Black with #791540

Text Example


Text Example

White with #791540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791540; }

 p { color: rgb(121,21,64); }

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

background-color css

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

 a { background-color: rgb(121,21,64); }

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

border-color css

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

 span { border-color: rgb(121,21,64); }

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