#7A143C

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

Shades of Pompadour #7A143C

Tints of Pompadour #7A143C

Color information

#7A143C (or 0x7A143C) is unknown color: approx Pompadour. HEX triplet: 7A, 14 and 3C. RGB value is (122,20,60). Sum of RGB (Red+Green+Blue) = 122+20+60=202 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.40% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 122 - color contains mainly: red. Hex color #7A143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A143C is #85EBC3. Grayscale: #373737. Windows color (decimal): -8776644 or 3937402. OLE color: 3937402.

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

Color convert

RGB1222060-
CMYK00.840.510.52
HSL336.47º71.83%27.84%-
HSV(B)336.47º83.61%47.84%-
XYZ9.094.964.75-
YUV55.06130.79175.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 60.40%
GREEN value IS 20 (8.20% from 255) = 9.90%
BLUE value IS 60 (23.83% from 255) = 29.70%
R=60.40%
G=9.90%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122206000.840.510.52336.4771.8327.84
Hex7A143C0543334150481c
Octal17224740124636452011034
Binary11110101010011110001010100110011110100101010000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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