#73395D

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

Shades of Finn #73395D

Tints of Finn #73395D

Color information

#73395D (or 0x73395D) is unknown color: approx Finn. HEX triplet: 73, 39 and 5D. RGB value is (115,57,93). Sum of RGB (Red+Green+Blue) = 115+57+93=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #73395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73395D is #8CC6A2. Grayscale: #4E4E4E. Windows color (decimal): -9225891 or 6109555. OLE color: 6109555.

HSL color Cylindrical-coordinate representation of color #73395D: hue angle of 322.76º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73395D is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1155793-
CMYK00.500.190.55
HSL322.76º33.72%33.73%-
HSV(B)322.76º50.43%45.1%-
XYZ10.517.3611.22-
YUV78.45136.22154.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 57 (22.66% from 255) = 21.51%
BLUE value IS 93 (36.72% from 255) = 35.09%
R=43.40%
G=21.51%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115579300.500.190.55322.7633.7233.73
Hex73395D03213371432222
Octal1637113506223675034242
Binary11100111110011011101011001010011110111101000011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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