#72425A

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

Shades of Finn #72425A

Tints of Finn #72425A

Color information

#72425A (or 0x72425A) is unknown color: approx Finn. HEX triplet: 72, 42 and 5A. RGB value is (114,66,90). Sum of RGB (Red+Green+Blue) = 114+66+90=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #72425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72425A is #8DBDA5. Grayscale: #535353. Windows color (decimal): -9289126 or 5915250. OLE color: 5915250.

HSL color Cylindrical-coordinate representation of color #72425A: hue angle of 330º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72425A is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1146690-
CMYK00.420.210.55
HSL330º26.67%35.29%-
HSV(B)330º42.11%44.71%-
XYZ10.738.2110.69-
YUV83.09131.9150.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.22%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=42.22%
G=24.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114669000.420.210.5533026.6735.29
Hex72425A02A153714a1b23
Octal16210213205225675123343
Binary11100101000010101101001010101010111011110100101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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