#7A1A43

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

Shades of Pompadour #7A1A43

Tints of Pompadour #7A1A43

Color information

#7A1A43 (or 0x7A1A43) is unknown color: approx Pompadour. HEX triplet: 7A, 1A and 43. RGB value is (122,26,67). Sum of RGB (Red+Green+Blue) = 122+26+67=215 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.74% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1A43 is #85E5BC. Grayscale: #3B3B3B. Windows color (decimal): -8775101 or 4397690. OLE color: 4397690.

HSL color Cylindrical-coordinate representation of color #7A1A43: hue angle of 334.38º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A1A43 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.52.

Color convert

RGB1222667-
CMYK00.790.450.52
HSL334.38º64.86%29.02%-
HSV(B)334.38º78.69%47.84%-
XYZ9.415.285.83-
YUV59.38132.3172.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 56.74%
GREEN value IS 26 (10.55% from 255) = 12.09%
BLUE value IS 67 (26.56% from 255) = 31.16%
R=56.74%
G=12.09%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122266700.790.450.52334.3864.8629.02
Hex7A1A4304F2D3414e411d
Octal172321030117556451610135
Binary111101011010100001101001111101101110100101001110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,26,67); }

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

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

 a { background-color: rgb(122,26,67); }

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

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

 span { border-color: rgb(122,26,67); }

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