#7D0C48

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

Shades of Pompadour #7D0C48

Tints of Pompadour #7D0C48

Color information

#7D0C48 (or 0x7D0C48) is unknown color: approx Pompadour. HEX triplet: 7D, 0C and 48. RGB value is (125,12,72). Sum of RGB (Red+Green+Blue) = 125+12+72=209 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.81% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0C48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0C48 is #82F3B7. Grayscale: #343434. Windows color (decimal): -8582072 or 4721789. OLE color: 4721789.

HSL color Cylindrical-coordinate representation of color #7D0C48: hue angle of 328.14º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0C48 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB1251272-
CMYK00.900.420.51
HSL328.14º82.48%26.86%-
HSV(B)328.14º90.4%49.02%-
XYZ9.765.096.6-
YUV52.63138.94179.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 59.81%
GREEN value IS 12 (5.08% from 255) = 5.74%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=59.81%
G=5.74%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125127200.900.420.51328.1482.4826.86
Hex7DC4805A2A33148521b
Octal175141100132526351012233
Binary11111011100100100001011010101010110011101001000101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,12,72); }

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

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

 a { background-color: rgb(125,12,72); }

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

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

 span { border-color: rgb(125,12,72); }

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