#7D133E

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

Shades of Pompadour #7D133E

Tints of Pompadour #7D133E

Color information

#7D133E (or 0x7D133E) is unknown color: approx Pompadour. HEX triplet: 7D, 13 and 3E. RGB value is (125,19,62). Sum of RGB (Red+Green+Blue) = 125+19+62=206 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.68% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 125 - color contains mainly: red. Hex color #7D133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D133E is #82ECC1. Grayscale: #373737. Windows color (decimal): -8580290 or 4068221. OLE color: 4068221.

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

Color convert

RGB1251962-
CMYK00.850.500.51
HSL335.66º73.61%28.24%-
HSV(B)335.66º84.8%49.02%-
XYZ9.565.175.05-
YUV55.6131.62177.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 60.68%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 62 (24.61% from 255) = 30.10%
R=60.68%
G=9.22%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125196200.850.500.51335.6673.6128.24
Hex7D133E05532331504a1c
Octal17523760125626352011234
Binary11111011001111111001010101110010110011101010000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,19,62); }

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

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

 a { background-color: rgb(125,19,62); }

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

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

 span { border-color: rgb(125,19,62); }

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