#73375D

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

Shades of Finn #73375D

Tints of Finn #73375D

Color information

#73375D (or 0x73375D) is unknown color: approx Finn. HEX triplet: 73, 37 and 5D. RGB value is (115,55,93). Sum of RGB (Red+Green+Blue) = 115+55+93=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73375D is #8CC8A2. Grayscale: #4D4D4D. Windows color (decimal): -9226403 or 6109043. OLE color: 6109043.

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

Color convert

RGB1155593-
CMYK00.520.190.55
HSL322º35.29%33.33%-
HSV(B)322º52.17%45.1%-
XYZ10.417.1711.19-
YUV77.27136.88154.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 55 (21.88% from 255) = 20.91%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=43.73%
G=20.91%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115559300.520.190.5532235.2933.33
Hex73375D03413371422321
Octal1636713506423675024341
Binary11100111101111011101011010010011110111101000010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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