#7A1250

Color #7A1250 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #7A1250

Tints of Pompadour #7A1250

Color information

#7A1250 (or 0x7A1250) is unknown color: approx Pompadour. HEX triplet: 7A, 12 and 50. RGB value is (122,18,80). Sum of RGB (Red+Green+Blue) = 122+18+80=220 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.45% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1250 is #85EDAF. Grayscale: #383838. Windows color (decimal): -8777136 or 5247610. OLE color: 5247610.

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

Color convert

RGB1221880-
CMYK00.850.340.52
HSL324.23º74.29%27.45%-
HSV(B)324.23º85.25%47.84%-
XYZ9.695.158.07-
YUV56.16141.46174.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.45%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=55.45%
G=8.18%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122188000.850.340.52324.2374.2927.45
Hex7A125005522341444a1b
Octal172221200125426450411233
Binary111101010010101000001010101100010110100101000100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A1250;
 }
 .AnyTagClassName
 {
   color: #7A1250;
 }
</style>
background-color css

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

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

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

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

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

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