#73405C

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

Shades of Finn #73405C

Tints of Finn #73405C

Color information

#73405C (or 0x73405C) is unknown color: approx Finn. HEX triplet: 73, 40 and 5C. RGB value is (115,64,92). Sum of RGB (Red+Green+Blue) = 115+64+92=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #73405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73405C is #8CBFA3. Grayscale: #525252. Windows color (decimal): -9224100 or 6045811. OLE color: 6045811.

HSL color Cylindrical-coordinate representation of color #73405C: hue angle of 327.06º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73405C is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1156492-
CMYK00.440.200.55
HSL327.06º28.49%35.1%-
HSV(B)327.06º44.35%45.1%-
XYZ10.848.0811.11-
YUV82.44133.4151.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=42.44%
G=23.62%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115649200.440.200.55327.0628.4935.1
Hex73405C02C14371471c23
Octal16310013405424675073443
Binary11100111000000101110001011001010011011110100011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73405C; }

 p { color: rgb(115,64,92); }

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

<style>
 a { background-color: #73405C; }

 a { background-color: rgb(115,64,92); }

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

<style>
 span { border-color: #73405C; }

 span { border-color: rgb(115,64,92); }

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