Html Css Color HEX #7A1150 Pompadour

📋 copy color: '#7A1150'

red 122 ◦ green 17 ◦ blue 80

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

Shades of Pompadour #7A1150

Tints of Pompadour #7A1150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.76%

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 55.71%
G = 7.76%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#7A1150 (or 0x7A1150) is known color: Pompadour. HEX triplet: 7A, 11 and 50. RGB value is (122,17,80). Sum of RGB (Red+Green+Blue) = 122+17+80=219 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.71% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1150 is #85EEAF. Grayscale: #373737. Windows color (decimal): -8777392 or 5247354. OLE color: 5247354.

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

Color convert

RGB 122 17 80 -
CMYK 0 0.86 0.34 0.52
HSL 324º 0.76% 0.27% -
HSV(B) 324º 0.86% 0.48% -
XYZ 9.67 5.12 8.07 -
YUV 55.58 141.79 175.38 -
System Red Green Blue C M Y K H S L
Decimal 122 17 80 0 0.86 0.34 0.52 324 0.76 0.27
Hex 7A 11 50 0 56 22 34 144 4C 1B
Octal 172 21 120 0 126 42 64 504 114 33
Binary 1111010 10001 1010000 0 1010110 100010 110100 101000100 1001100 11011

Color Harmonies of #7A1150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1150

Black with #7A1150

Text Example


Text Example

White with #7A1150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,17,80); }

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

background-color css

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

 a { background-color: rgb(122,17,80); }

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

border-color css

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

 span { border-color: rgb(122,17,80); }

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