#73385C

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

Shades of Finn #73385C

Tints of Finn #73385C

Color information

#73385C (or 0x73385C) is unknown color: approx Finn. HEX triplet: 73, 38 and 5C. RGB value is (115,56,92). Sum of RGB (Red+Green+Blue) = 115+56+92=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73385C is #8CC7A3. Grayscale: #4D4D4D. Windows color (decimal): -9226148 or 6043763. OLE color: 6043763.

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

Color convert

RGB1155692-
CMYK00.510.200.55
HSL323.39º34.5%33.53%-
HSV(B)323.39º51.3%45.1%-
XYZ10.427.2510.97-
YUV77.74136.05154.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=43.73%
G=21.29%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115569200.510.200.55323.3934.533.53
Hex73385C03314371432322
Octal1637013406324675034342
Binary11100111110001011100011001110100110111101000011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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