#73385A

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

Shades of Finn #73385A

Tints of Finn #73385A

Color information

#73385A (or 0x73385A) is unknown color: approx Finn. HEX triplet: 73, 38 and 5A. RGB value is (115,56,90). Sum of RGB (Red+Green+Blue) = 115+56+90=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73385A is #8CC7A5. Grayscale: #4D4D4D. Windows color (decimal): -9226150 or 5912691. OLE color: 5912691.

HSL color Cylindrical-coordinate representation of color #73385A: hue angle of 325.42º 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 #73385A is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1155690-
CMYK00.510.220.55
HSL325.42º34.5%33.53%-
HSV(B)325.42º51.3%45.1%-
XYZ10.337.2110.52-
YUV77.52135.05154.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=44.06%
G=21.46%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115569000.510.220.55325.4234.533.53
Hex73385A03316371452322
Octal1637013206326675054342
Binary11100111110001011010011001110110110111101000101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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