#7A163F

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

Shades of Pompadour #7A163F

Tints of Pompadour #7A163F

Color information

#7A163F (or 0x7A163F) is unknown color: approx Pompadour. HEX triplet: 7A, 16 and 3F. RGB value is (122,22,63). Sum of RGB (Red+Green+Blue) = 122+22+63=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A163F is #85E9C0. Grayscale: #383838. Windows color (decimal): -8776129 or 4134522. OLE color: 4134522.

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

Color convert

RGB1222263-
CMYK00.820.480.52
HSL335.4º69.44%28.24%-
HSV(B)335.4º81.97%47.84%-
XYZ9.215.075.2-
YUV56.57131.63174.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.94%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 63 (25% from 255) = 30.43%
R=58.94%
G=10.63%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122226300.820.480.52335.469.4428.24
Hex7A163F052303414f451c
Octal17226770122606451710534
Binary11110101011011111101010010110000110100101001111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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