#7D163F

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

Shades of Pompadour #7D163F

Tints of Pompadour #7D163F

Color information

#7D163F (or 0x7D163F) is unknown color: approx Pompadour. HEX triplet: 7D, 16 and 3F. RGB value is (125,22,63). Sum of RGB (Red+Green+Blue) = 125+22+63=210 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.52% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 125 - color contains mainly: red. Hex color #7D163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D163F is #82E9C0. Grayscale: #393939. Windows color (decimal): -8579521 or 4134525. OLE color: 4134525.

HSL color Cylindrical-coordinate representation of color #7D163F: hue angle of 336.12º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D163F is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB1252263-
CMYK00.820.500.51
HSL336.12º70.07%28.82%-
HSV(B)336.12º82.4%49.02%-
XYZ9.645.295.22-
YUV57.47131.12176.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 59.52%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 63 (25% from 255) = 30%
R=59.52%
G=10.48%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125226300.820.500.51336.1270.0728.82
Hex7D163F0523233150461d
Octal17526770122626352010635
Binary11111011011011111101010010110010110011101010000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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