Html Css Color HEX #791057 Pompadour

📋 copy color: '#791057'

red 121 ◦ green 16 ◦ blue 87

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

Shades of Pompadour #791057

Tints of Pompadour #791057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 38.84%

R = 54.02%
G = 7.14%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#791057 (or 0x791057) is known color: Pompadour. HEX triplet: 79, 10 and 57. RGB value is (121,16,87). Sum of RGB (Red+Green+Blue) = 121+16+87=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #791057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791057 is #86EFA8. Grayscale: #373737. Windows color (decimal): -8843177 or 5705849. OLE color: 5705849.

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

Color convert

RGB 121 16 87 -
CMYK 0 0.87 0.28 0.53
HSL 319.43º 0.77% 0.27% -
HSV(B) 319.43º 0.87% 0.47% -
XYZ 9.79 5.12 9.49 -
YUV 55.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 121 16 87 0 0.87 0.28 0.53 319.43 0.77 0.27
Hex 79 10 57 0 57 1C 35 13F 4D 1B
Octal 171 20 127 0 127 34 65 477 115 33
Binary 1111001 10000 1010111 0 1010111 11100 110101 100111111 1001101 11011

Color Harmonies of #791057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791057

Black with #791057

Text Example


Text Example

White with #791057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791057; }

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

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

background-color css

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

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

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

border-color css

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

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

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