#730E46

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

Shades of Pompadour #730E46

Tints of Pompadour #730E46

Color information

#730E46 (or 0x730E46) is unknown color: approx Pompadour. HEX triplet: 73, 0E and 46. RGB value is (115,14,70). Sum of RGB (Red+Green+Blue) = 115+14+70=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #730E46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730E46 is #8CF1B9. Grayscale: #323232. Windows color (decimal): -9236922 or 4591219. OLE color: 4591219.

HSL color Cylindrical-coordinate representation of color #730E46: hue angle of 326.73º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #730E46 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1151470-
CMYK00.880.390.55
HSL326.73º78.29%25.29%-
HSV(B)326.73º87.83%45.1%-
XYZ8.334.46.2-
YUV50.58138.96173.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 14 (5.86% from 255) = 7.04%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=57.79%
G=7.04%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115147000.880.390.55326.7378.2925.29
Hex73E4605827371474e19
Octal163161060130476750711631
Binary11100111110100011001011000100111110111101000111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730E46; }

 p { color: rgb(115,14,70); }

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

<style>
 a { background-color: #730E46; }

 a { background-color: rgb(115,14,70); }

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

<style>
 span { border-color: #730E46; }

 span { border-color: rgb(115,14,70); }

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