#73445A

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

Shades of Finn #73445A

Tints of Finn #73445A

Color information

#73445A (or 0x73445A) is unknown color: approx Finn. HEX triplet: 73, 44 and 5A. RGB value is (115,68,90). Sum of RGB (Red+Green+Blue) = 115+68+90=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #73445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73445A is #8CBBA5. Grayscale: #545454. Windows color (decimal): -9223078 or 5915763. OLE color: 5915763.

HSL color Cylindrical-coordinate representation of color #73445A: hue angle of 331.91º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73445A is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1156890-
CMYK00.410.220.55
HSL331.91º25.68%35.88%-
HSV(B)331.91º40.87%45.1%-
XYZ10.988.5210.74-
YUV84.56131.07149.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.12%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=42.12%
G=24.91%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115689000.410.220.55331.9125.6835.88
Hex73445A029163714c1a24
Octal16310413205126675143244
Binary11100111000100101101001010011011011011110100110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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