#72395D

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

Shades of Finn #72395D

Tints of Finn #72395D

Color information

#72395D (or 0x72395D) is unknown color: approx Finn. HEX triplet: 72, 39 and 5D. RGB value is (114,57,93). Sum of RGB (Red+Green+Blue) = 114+57+93=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #72395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72395D is #8DC6A2. Grayscale: #4E4E4E. Windows color (decimal): -9291427 or 6109554. OLE color: 6109554.

HSL color Cylindrical-coordinate representation of color #72395D: hue angle of 322.11º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72395D is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1145793-
CMYK00.500.180.55
HSL322.11º33.33%33.53%-
HSV(B)322.11º50%44.71%-
XYZ10.387.2911.22-
YUV78.15136.38153.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 57 (22.66% from 255) = 21.59%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=43.18%
G=21.59%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114579300.500.180.55322.1133.3333.53
Hex72395D03212371422122
Octal1627113506222675024142
Binary11100101110011011101011001010010110111101000010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,57,93); }

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

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

 a { background-color: rgb(114,57,93); }

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

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

 span { border-color: rgb(114,57,93); }

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