#7A1357

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

Shades of Pompadour #7A1357

Tints of Pompadour #7A1357

Color information

#7A1357 (or 0x7A1357) is unknown color: approx Pompadour. HEX triplet: 7A, 13 and 57. RGB value is (122,19,87). Sum of RGB (Red+Green+Blue) = 122+19+87=228 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.51% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1357 is #85ECA8. Grayscale: #393939. Windows color (decimal): -8776873 or 5706618. OLE color: 5706618.

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

Color convert

RGB1221987-
CMYK00.840.290.52
HSL320.39º73.05%27.65%-
HSV(B)320.39º84.43%47.84%-
XYZ9.985.299.51-
YUV57.55144.62173.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.51%
GREEN value IS 19 (7.81% from 255) = 8.33%
BLUE value IS 87 (34.38% from 255) = 38.16%
R=53.51%
G=8.33%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122198700.840.290.52320.3973.0527.65
Hex7A13570541D34140491c
Octal172231270124356450011134
Binary11110101001110101110101010011101110100101000000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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