Html Css Color HEX #7A0F51 Pompadour

📋 copy color: '#7A0F51'

red 122 ◦ green 15 ◦ blue 81

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

Shades of Pompadour #7A0F51

Tints of Pompadour #7A0F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.16%

R = 55.96%
G = 6.88%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#7A0F51 (or 0x7A0F51) is known color: Pompadour. HEX triplet: 7A, 0F and 51. RGB value is (122,15,81). Sum of RGB (Red+Green+Blue) = 122+15+81=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0F51 is #85F0AE. Grayscale: #363636. Windows color (decimal): -8777903 or 5312378. OLE color: 5312378.

HSL color Cylindrical-coordinate representation of color #7A0F51: hue angle of 322.99º 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 #7A0F51 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 15 81 -
CMYK 0 0.88 0.34 0.52
HSL 322.99º 0.78% 0.27% -
HSV(B) 322.99º 0.88% 0.48% -
XYZ 9.68 5.07 8.25 -
YUV 54.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 122 15 81 0 0.88 0.34 0.52 322.99 0.78 0.27
Hex 7A F 51 0 58 22 34 143 4E 1B
Octal 172 17 121 0 130 42 64 503 116 33
Binary 1111010 1111 1010001 0 1011000 100010 110100 101000011 1001110 11011

Color Harmonies of #7A0F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0F51

Black with #7A0F51

Text Example


Text Example

White with #7A0F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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