#7A1358

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

Shades of Pompadour #7A1358

Tints of Pompadour #7A1358

Color information

#7A1358 (or 0x7A1358) is unknown color: approx Pompadour. HEX triplet: 7A, 13 and 58. RGB value is (122,19,88). Sum of RGB (Red+Green+Blue) = 122+19+88=229 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.28% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1358 is #85ECA7. Grayscale: #393939. Windows color (decimal): -8776872 or 5772154. OLE color: 5772154.

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

Color convert

RGB1221988-
CMYK00.840.280.52
HSL319.81º73.05%27.65%-
HSV(B)319.81º84.43%47.84%-
XYZ10.025.319.73-
YUV57.66145.12173.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.28%
GREEN value IS 19 (7.81% from 255) = 8.30%
BLUE value IS 88 (34.77% from 255) = 38.43%
R=53.28%
G=8.30%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122198800.840.280.52319.8173.0527.65
Hex7A13580541C34140491c
Octal172231300124346450011134
Binary11110101001110110000101010011100110100101000000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,19,88); }

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

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

 a { background-color: rgb(122,19,88); }

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

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

 span { border-color: rgb(122,19,88); }

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