#73183F

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

Shades of Pompadour #73183F

Tints of Pompadour #73183F

Color information

#73183F (or 0x73183F) is unknown color: approx Pompadour. HEX triplet: 73, 18 and 3F. RGB value is (115,24,63). Sum of RGB (Red+Green+Blue) = 115+24+63=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #73183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73183F is #8CE7C0. Grayscale: #373737. Windows color (decimal): -9234369 or 4135027. OLE color: 4135027.

HSL color Cylindrical-coordinate representation of color #73183F: hue angle of 334.29º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73183F is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB1152463-
CMYK00.790.450.55
HSL334.29º65.47%27.25%-
HSV(B)334.29º79.13%45.1%-
XYZ8.294.665.16-
YUV55.66132.15170.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.93%
GREEN value IS 24 (9.77% from 255) = 11.88%
BLUE value IS 63 (25% from 255) = 31.19%
R=56.93%
G=11.88%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115246300.790.450.55334.2965.4727.25
Hex73183F04F2D3714e411b
Octal16330770117556751610133
Binary11100111100011111101001111101101110111101001110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73183F; }

 p { color: rgb(115,24,63); }

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

<style>
 a { background-color: #73183F; }

 a { background-color: rgb(115,24,63); }

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

<style>
 span { border-color: #73183F; }

 span { border-color: rgb(115,24,63); }

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