#7A153B

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

Shades of Pompadour #7A153B

Tints of Pompadour #7A153B

Color information

#7A153B (or 0x7A153B) is unknown color: approx Pompadour. HEX triplet: 7A, 15 and 3B. RGB value is (122,21,59). Sum of RGB (Red+Green+Blue) = 122+21+59=202 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.40% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 122 - color contains mainly: red. Hex color #7A153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A153B is #85EAC4. Grayscale: #373737. Windows color (decimal): -8776389 or 3872122. OLE color: 3872122.

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

Color convert

RGB1222159-
CMYK00.830.520.52
HSL337.43º70.63%28.04%-
HSV(B)337.43º82.79%47.84%-
XYZ9.084.994.62-
YUV55.53129.96175.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 60.40%
GREEN value IS 21 (8.59% from 255) = 10.40%
BLUE value IS 59 (23.44% from 255) = 29.21%
R=60.40%
G=10.40%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122215900.830.520.52337.4370.6328.04
Hex7A153B0533434151471c
Octal17225730123646452110734
Binary11110101010111101101010011110100110100101010001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,21,59); }

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

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

 a { background-color: rgb(122,21,59); }

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

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

 span { border-color: rgb(122,21,59); }

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