Html Css Color HEX #791555 Pompadour

📋 copy color: '#791555'

red 121 ◦ green 21 ◦ blue 85

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

Shades of Pompadour #791555

Tints of Pompadour #791555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.44%

R = 53.3%
G = 9.25%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#791555 (or 0x791555) is known color: Pompadour. HEX triplet: 79, 15 and 55. RGB value is (121,21,85). Sum of RGB (Red+Green+Blue) = 121+21+85=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #791555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791555 is #86EAAA. Grayscale: #3A3A3A. Windows color (decimal): -8841899 or 5576057. OLE color: 5576057.

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

Color convert

RGB 121 21 85 -
CMYK 0 0.83 0.30 0.53
HSL 321.6º 0.7% 0.28% -
HSV(B) 321.6º 0.83% 0.47% -
XYZ 9.79 5.26 9.09 -
YUV 58.2 143.13 172.8 -
System Red Green Blue C M Y K H S L
Decimal 121 21 85 0 0.83 0.30 0.53 321.6 0.7 0.28
Hex 79 15 55 0 53 1E 35 142 46 1C
Octal 171 25 125 0 123 36 65 502 106 34
Binary 1111001 10101 1010101 0 1010011 11110 110101 101000010 1000110 11100

Color Harmonies of #791555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791555

Black with #791555

Text Example


Text Example

White with #791555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791555; }

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

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

background-color css

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

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

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

border-color css

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

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

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