#7D0E43

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

Shades of Pompadour #7D0E43

Tints of Pompadour #7D0E43

Color information

#7D0E43 (or 0x7D0E43) is unknown color: approx Pompadour. HEX triplet: 7D, 0E and 43. RGB value is (125,14,67). Sum of RGB (Red+Green+Blue) = 125+14+67=206 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.68% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0E43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0E43 is #82F1BC. Grayscale: #353535. Windows color (decimal): -8581565 or 4394621. OLE color: 4394621.

HSL color Cylindrical-coordinate representation of color #7D0E43: hue angle of 331.35º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D0E43 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB1251467-
CMYK00.890.460.51
HSL331.35º79.86%27.25%-
HSV(B)331.35º88.8%49.02%-
XYZ9.635.085.78-
YUV53.23135.77179.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 60.68%
GREEN value IS 14 (5.86% from 255) = 6.80%
BLUE value IS 67 (26.56% from 255) = 32.52%
R=60.68%
G=6.80%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125146700.890.460.51331.3579.8627.25
Hex7DE430592E3314b501b
Octal175161030131566351312033
Binary11111011110100001101011001101110110011101001011101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,14,67); }

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

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

 a { background-color: rgb(125,14,67); }

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

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

 span { border-color: rgb(125,14,67); }

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