#72405B

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

Shades of Finn #72405B

Tints of Finn #72405B

Color information

#72405B (or 0x72405B) is unknown color: approx Finn. HEX triplet: 72, 40 and 5B. RGB value is (114,64,91). Sum of RGB (Red+Green+Blue) = 114+64+91=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #72405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72405B is #8DBFA4. Grayscale: #515151. Windows color (decimal): -9289637 or 5980274. OLE color: 5980274.

HSL color Cylindrical-coordinate representation of color #72405B: hue angle of 327.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72405B is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1146491-
CMYK00.440.200.55
HSL327.6º28.09%34.9%-
HSV(B)327.6º43.86%44.71%-
XYZ10.66810.88-
YUV82.03133.06150.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.38%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 91 (35.94% from 255) = 33.83%
R=42.38%
G=23.79%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114649100.440.200.55327.628.0934.9
Hex72405B02C14371481c23
Octal16210013305424675103443
Binary11100101000000101101101011001010011011110100100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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