Html Css Color HEX #7A0F59 Pompadour

📋 copy color: '#7A0F59'

red 122 ◦ green 15 ◦ blue 89

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

Shades of Pompadour #7A0F59

Tints of Pompadour #7A0F59

RGB

 RED value IS 122 (48.05% from 255) = 53.98%

 GREEN value IS 15 (6.25% from 255) = 6.64%

 BLUE value IS 89 (35.16% from 255) = 39.38%

R = 53.98%
G = 6.64%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#7A0F59 (or 0x7A0F59) is known color: Pompadour. HEX triplet: 7A, 0F and 59. RGB value is (122,15,89). Sum of RGB (Red+Green+Blue) = 122+15+89=226 (29% of max value = 765). Red value is 122 (48.05% from 255 or 53.98% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0F59 is #85F0A6. Grayscale: #373737. Windows color (decimal): -8777895 or 5836666. OLE color: 5836666.

HSL color Cylindrical-coordinate representation of color #7A0F59: hue angle of 318.5º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A0F59 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 15 89 -
CMYK 0 0.88 0.27 0.52
HSL 318.5º 0.78% 0.27% -
HSV(B) 318.5º 0.88% 0.48% -
XYZ 10 5.2 9.93 -
YUV 55.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 122 15 89 0 0.88 0.27 0.52 318.5 0.78 0.27
Hex 7A F 59 0 58 1B 34 13F 4E 1B
Octal 172 17 131 0 130 33 64 477 116 33
Binary 1111010 1111 1011001 0 1011000 11011 110100 100111111 1001110 11011

Color Harmonies of #7A0F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0F59

Black with #7A0F59

Text Example


Text Example

White with #7A0F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A0F59; }

 p { color: rgb(122,15,89); }

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

background-color css

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

 a { background-color: rgb(122,15,89); }

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

border-color css

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

 span { border-color: rgb(122,15,89); }

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