#73193D

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

Shades of Pompadour #73193D

Tints of Pompadour #73193D

Color information

#73193D (or 0x73193D) is unknown color: approx Pompadour. HEX triplet: 73, 19 and 3D. RGB value is (115,25,61). Sum of RGB (Red+Green+Blue) = 115+25+61=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #73193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73193D is #8CE6C2. Grayscale: #373737. Windows color (decimal): -9234115 or 4004211. OLE color: 4004211.

HSL color Cylindrical-coordinate representation of color #73193D: hue angle of 336º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73193D is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1152561-
CMYK00.780.470.55
HSL336º64.29%27.45%-
HSV(B)336º78.26%45.1%-
XYZ8.264.684.88-
YUV56.01130.82170.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 61 (24.22% from 255) = 30.35%
R=57.21%
G=12.44%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115256100.780.470.5533664.2927.45
Hex73193D04E2F37150401b
Octal16331750116576752010033
Binary11100111100111110101001110101111110111101010000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73193D; }

 p { color: rgb(115,25,61); }

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

<style>
 a { background-color: #73193D; }

 a { background-color: rgb(115,25,61); }

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

<style>
 span { border-color: #73193D; }

 span { border-color: rgb(115,25,61); }

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