#73183C

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

Shades of Pompadour #73183C

Tints of Pompadour #73183C

Color information

#73183C (or 0x73183C) is unknown color: approx Pompadour. HEX triplet: 73, 18 and 3C. RGB value is (115,24,60). Sum of RGB (Red+Green+Blue) = 115+24+60=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73183C is #8CE7C3. Grayscale: #373737. Windows color (decimal): -9234372 or 3938419. OLE color: 3938419.

HSL color Cylindrical-coordinate representation of color #73183C: hue angle of 336.26º 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 #73183C is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1152460-
CMYK00.790.480.55
HSL336.26º65.47%27.25%-
HSV(B)336.26º79.13%45.1%-
XYZ8.214.624.73-
YUV55.31130.65170.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 24 (9.77% from 255) = 12.06%
BLUE value IS 60 (23.83% from 255) = 30.15%
R=57.79%
G=12.06%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115246000.790.480.55336.2665.4727.25
Hex73183C04F3037150411b
Octal16330740117606752010133
Binary11100111100011110001001111110000110111101010000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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