#73173D

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

Shades of Pompadour #73173D

Tints of Pompadour #73173D

Color information

#73173D (or 0x73173D) is unknown color: approx Pompadour. HEX triplet: 73, 17 and 3D. RGB value is (115,23,61). Sum of RGB (Red+Green+Blue) = 115+23+61=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73173D is #8CE8C2. Grayscale: #363636. Windows color (decimal): -9234627 or 4003699. OLE color: 4003699.

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

Color convert

RGB1152361-
CMYK00.800.470.55
HSL335.22º66.67%27.06%-
HSV(B)335.22º80%45.1%-
XYZ8.224.594.87-
YUV54.84131.48170.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 23 (9.38% from 255) = 11.56%
BLUE value IS 61 (24.22% from 255) = 30.65%
R=57.79%
G=11.56%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115236100.800.470.55335.2266.6727.06
Hex73173D0502F3714f431b
Octal16327750120576751710333
Binary11100111011111110101010000101111110111101001111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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