#730F39

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

Shades of Pompadour #730F39

Tints of Pompadour #730F39

Color information

#730F39 (or 0x730F39) is unknown color: approx Pompadour. HEX triplet: 73, 0F and 39. RGB value is (115,15,57). Sum of RGB (Red+Green+Blue) = 115+15+57=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #730F39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730F39 is #8CF0C6. Grayscale: #313131. Windows color (decimal): -9236679 or 3739507. OLE color: 3739507.

HSL color Cylindrical-coordinate representation of color #730F39: hue angle of 334.8º 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 #730F39 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1151557-
CMYK00.870.500.55
HSL334.8º76.92%25.49%-
HSV(B)334.8º86.96%45.1%-
XYZ7.984.284.28-
YUV49.69132.13174.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.50%
GREEN value IS 15 (6.25% from 255) = 8.02%
BLUE value IS 57 (22.66% from 255) = 30.48%
R=61.50%
G=8.02%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115155700.870.500.55334.876.9225.49
Hex73F39057323714f4d19
Octal16317710127626751711531
Binary1110011111111100101010111110010110111101001111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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