#724855

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

Shades of Finn #724855

Tints of Finn #724855

Color information

#724855 (or 0x724855) is unknown color: approx Finn. HEX triplet: 72, 48 and 55. RGB value is (114,72,85). Sum of RGB (Red+Green+Blue) = 114+72+85=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #724855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724855 is #8DB7AA. Grayscale: #565656. Windows color (decimal): -9287595 or 5589106. OLE color: 5589106.

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

Color convert

RGB1147285-
CMYK00.370.250.55
HSL341.43º22.58%36.47%-
HSV(B)341.43º36.84%44.71%-
XYZ10.98.879.73-
YUV86.04127.41147.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 85 (33.59% from 255) = 31.37%
R=42.07%
G=26.57%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114728500.370.250.55341.4322.5836.47
Hex72485502519371551724
Octal16211012504531675252744
Binary11100101001000101010101001011100111011110101010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724855; }

 p { color: rgb(114,72,85); }

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

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

 a { background-color: rgb(114,72,85); }

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

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

 span { border-color: rgb(114,72,85); }

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