#7A163C

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

Shades of Pompadour #7A163C

Tints of Pompadour #7A163C

Color information

#7A163C (or 0x7A163C) is unknown color: approx Pompadour. HEX triplet: 7A, 16 and 3C. RGB value is (122,22,60). Sum of RGB (Red+Green+Blue) = 122+22+60=204 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.80% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 122 - color contains mainly: red. Hex color #7A163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A163C is #85E9C3. Grayscale: #383838. Windows color (decimal): -8776132 or 3937914. OLE color: 3937914.

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

Color convert

RGB1222260-
CMYK00.820.510.52
HSL337.2º69.44%28.24%-
HSV(B)337.2º81.97%47.84%-
XYZ9.135.044.77-
YUV56.23130.13174.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 59.80%
GREEN value IS 22 (8.98% from 255) = 10.78%
BLUE value IS 60 (23.83% from 255) = 29.41%
R=59.80%
G=10.78%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122226000.820.510.52337.269.4428.24
Hex7A163C0523334151451c
Octal17226740122636452110534
Binary11110101011011110001010010110011110100101010001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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