#73385E

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

Shades of Finn #73385E

Tints of Finn #73385E

Color information

#73385E (or 0x73385E) is unknown color: approx Finn. HEX triplet: 73, 38 and 5E. RGB value is (115,56,94). Sum of RGB (Red+Green+Blue) = 115+56+94=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #73385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73385E is #8CC7A1. Grayscale: #4D4D4D. Windows color (decimal): -9226146 or 6174835. OLE color: 6174835.

HSL color Cylindrical-coordinate representation of color #73385E: hue angle of 321.36º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73385E is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1155694-
CMYK00.510.180.55
HSL321.36º34.5%33.53%-
HSV(B)321.36º51.3%45.1%-
XYZ10.57.2811.44-
YUV77.97137.05154.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=43.40%
G=21.13%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115569400.510.180.55321.3634.533.53
Hex73385E03312371412322
Octal1637013606322675014342
Binary11100111110001011110011001110010110111101000001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73385E; }

 p { color: rgb(115,56,94); }

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

<style>
 a { background-color: #73385E; }

 a { background-color: rgb(115,56,94); }

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

<style>
 span { border-color: #73385E; }

 span { border-color: rgb(115,56,94); }

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