#72445B

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

Shades of Finn #72445B

Tints of Finn #72445B

Color information

#72445B (or 0x72445B) is unknown color: approx Finn. HEX triplet: 72, 44 and 5B. RGB value is (114,68,91). Sum of RGB (Red+Green+Blue) = 114+68+91=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72445B is #8DBBA4. Grayscale: #545454. Windows color (decimal): -9288613 or 5981298. OLE color: 5981298.

HSL color Cylindrical-coordinate representation of color #72445B: hue angle of 330º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72445B is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1146891-
CMYK00.400.200.55
HSL330º25.27%35.69%-
HSV(B)330º40.35%44.71%-
XYZ10.898.4710.96-
YUV84.38131.74149.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=41.76%
G=24.91%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114689100.400.200.5533025.2735.69
Hex72445B028143714a1924
Octal16210413305024675123144
Binary11100101000100101101101010001010011011110100101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72445B; }

 p { color: rgb(114,68,91); }

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

<style>
 a { background-color: #72445B; }

 a { background-color: rgb(114,68,91); }

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

<style>
 span { border-color: #72445B; }

 span { border-color: rgb(114,68,91); }

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