#7D113D

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

Shades of Pompadour #7D113D

Tints of Pompadour #7D113D

Color information

#7D113D (or 0x7D113D) is unknown color: approx Pompadour. HEX triplet: 7D, 11 and 3D. RGB value is (125,17,61). Sum of RGB (Red+Green+Blue) = 125+17+61=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D113D is #82EEC2. Grayscale: #363636. Windows color (decimal): -8580803 or 4002173. OLE color: 4002173.

HSL color Cylindrical-coordinate representation of color #7D113D: hue angle of 335.56º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D113D is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB1251761-
CMYK00.860.510.51
HSL335.56º76.06%27.84%-
HSV(B)335.56º86.4%49.02%-
XYZ9.55.14.9-
YUV54.31131.78178.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 61.58%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=61.58%
G=8.37%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125176100.860.510.51335.5676.0627.84
Hex7D113D05633331504c1c
Octal17521750126636352011434
Binary11111011000111110101010110110011110011101010000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,17,61); }

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

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

 a { background-color: rgb(125,17,61); }

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

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

 span { border-color: rgb(125,17,61); }

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