#734452

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

Shades of Finn #734452

Tints of Finn #734452

Color information

#734452 (or 0x734452) is unknown color: approx Finn. HEX triplet: 73, 44 and 52. RGB value is (115,68,82). Sum of RGB (Red+Green+Blue) = 115+68+82=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #734452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734452 is #8CBBAD. Grayscale: #535353. Windows color (decimal): -9223086 or 5391475. OLE color: 5391475.

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

Color convert

RGB1156882-
CMYK00.410.290.55
HSL342.13º25.68%35.88%-
HSV(B)342.13º40.87%45.1%-
XYZ10.668.399.04-
YUV83.65127.07150.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=43.40%
G=25.66%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115688200.410.290.55342.1325.6835.88
Hex7344520291D371561a24
Octal16310412205135675263244
Binary11100111000100101001001010011110111011110101011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734452; }

 p { color: rgb(115,68,82); }

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

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

 a { background-color: rgb(115,68,82); }

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

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

 span { border-color: rgb(115,68,82); }

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