#7A1059

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

Shades of Pompadour #7A1059

Tints of Pompadour #7A1059

Color information

#7A1059 (or 0x7A1059) is unknown color: approx Pompadour. HEX triplet: 7A, 10 and 59. RGB value is (122,16,89). Sum of RGB (Red+Green+Blue) = 122+16+89=227 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.74% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1059 is #85EFA6. Grayscale: #373737. Windows color (decimal): -8777639 or 5836922. OLE color: 5836922.

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

Color convert

RGB1221689-
CMYK00.870.270.52
HSL318.68º76.81%27.06%-
HSV(B)318.68º86.89%47.84%-
XYZ10.015.239.93-
YUV56.02146.62175.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.74%
GREEN value IS 16 (6.64% from 255) = 7.05%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=53.74%
G=7.05%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122168900.870.270.52318.6876.8127.06
Hex7A10590571B3413f4d1b
Octal172201310127336447711533
Binary11110101000010110010101011111011110100100111111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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