Html Css Color HEX #791058 Pompadour

📋 copy color: '#791058'

red 121 ◦ green 16 ◦ blue 88

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

Shades of Pompadour #791058

Tints of Pompadour #791058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.11%

 BLUE value IS 88 (34.77% from 255) = 39.11%

R = 53.78%
G = 7.11%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#791058 (or 0x791058) is known color: Pompadour. HEX triplet: 79, 10 and 58. RGB value is (121,16,88). Sum of RGB (Red+Green+Blue) = 121+16+88=225 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.78% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 121 - color contains mainly: red. Hex color #791058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791058 is #86EFA7. Grayscale: #373737. Windows color (decimal): -8843176 or 5771385. OLE color: 5771385.

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

Color convert

RGB 121 16 88 -
CMYK 0 0.87 0.27 0.53
HSL 318.86º 0.77% 0.27% -
HSV(B) 318.86º 0.87% 0.47% -
XYZ 9.83 5.14 9.71 -
YUV 55.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 121 16 88 0 0.87 0.27 0.53 318.86 0.77 0.27
Hex 79 10 58 0 57 1B 35 13F 4D 1B
Octal 171 20 130 0 127 33 65 477 115 33
Binary 1111001 10000 1011000 0 1010111 11011 110101 100111111 1001101 11011

Color Harmonies of #791058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791058

Black with #791058

Text Example


Text Example

White with #791058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791058; }

 p { color: rgb(121,16,88); }

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

background-color css

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

 a { background-color: rgb(121,16,88); }

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

border-color css

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

 span { border-color: rgb(121,16,88); }

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