#73395B

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

Shades of Finn #73395B

Tints of Finn #73395B

Color information

#73395B (or 0x73395B) is unknown color: approx Finn. HEX triplet: 73, 39 and 5B. RGB value is (115,57,91). Sum of RGB (Red+Green+Blue) = 115+57+91=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73395B is #8CC6A4. Grayscale: #4E4E4E. Windows color (decimal): -9225893 or 5978483. OLE color: 5978483.

HSL color Cylindrical-coordinate representation of color #73395B: hue angle of 324.83º 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 #73395B is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1155791-
CMYK00.500.210.55
HSL324.83º33.72%33.73%-
HSV(B)324.83º50.43%45.1%-
XYZ10.427.3310.76-
YUV78.22135.22154.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=43.73%
G=21.67%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115579100.500.210.55324.8333.7233.73
Hex73395B03215371452222
Octal1637113306225675054242
Binary11100111110011011011011001010101110111101000101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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