#72405A

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

Shades of Finn #72405A

Tints of Finn #72405A

Color information

#72405A (or 0x72405A) is unknown color: approx Finn. HEX triplet: 72, 40 and 5A. RGB value is (114,64,90). Sum of RGB (Red+Green+Blue) = 114+64+90=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #72405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72405A is #8DBFA5. Grayscale: #515151. Windows color (decimal): -9289638 or 5914738. OLE color: 5914738.

HSL color Cylindrical-coordinate representation of color #72405A: hue angle of 328.8º 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 #72405A is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1146490-
CMYK00.440.210.55
HSL328.8º28.09%34.9%-
HSV(B)328.8º43.86%44.71%-
XYZ10.627.9810.65-
YUV81.91132.56150.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.54%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 90 (35.55% from 255) = 33.58%
R=42.54%
G=23.88%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114649000.440.210.55328.828.0934.9
Hex72405A02C15371491c23
Octal16210013205425675113443
Binary11100101000000101101001011001010111011110100100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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