#7A153C

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

Shades of Pompadour #7A153C

Tints of Pompadour #7A153C

Color information

#7A153C (or 0x7A153C) is unknown color: approx Pompadour. HEX triplet: 7A, 15 and 3C. RGB value is (122,21,60). Sum of RGB (Red+Green+Blue) = 122+21+60=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A153C is #85EAC3. Grayscale: #373737. Windows color (decimal): -8776388 or 3937658. OLE color: 3937658.

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

Color convert

RGB1222160-
CMYK00.830.510.52
HSL336.83º70.63%28.04%-
HSV(B)336.83º82.79%47.84%-
XYZ9.1154.76-
YUV55.64130.46175.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 60.10%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 60 (23.83% from 255) = 29.56%
R=60.10%
G=10.34%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122216000.830.510.52336.8370.6328.04
Hex7A153C0533334151471c
Octal17225740123636452110734
Binary11110101010111110001010011110011110100101010001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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