#730F4B

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

Shades of Pompadour #730F4B

Tints of Pompadour #730F4B

Color information

#730F4B (or 0x730F4B) is unknown color: approx Pompadour. HEX triplet: 73, 0F and 4B. RGB value is (115,15,75). Sum of RGB (Red+Green+Blue) = 115+15+75=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #730F4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730F4B is #8CF0B4. Grayscale: #333333. Windows color (decimal): -9236661 or 4919155. OLE color: 4919155.

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

Color convert

RGB1151575-
CMYK00.870.350.55
HSL324º76.92%25.49%-
HSV(B)324º86.96%45.1%-
XYZ8.514.497.08-
YUV51.74141.13173.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.10%
GREEN value IS 15 (6.25% from 255) = 7.32%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=56.10%
G=7.32%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115157500.870.350.5532476.9225.49
Hex73F4B05723371444d19
Octal163171130127436750411531
Binary11100111111100101101010111100011110111101000100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,15,75); }

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

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

 a { background-color: rgb(115,15,75); }

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

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

 span { border-color: rgb(115,15,75); }

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