#734852

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

Shades of Finn #734852

Tints of Finn #734852

Color information

#734852 (or 0x734852) is unknown color: approx Finn. HEX triplet: 73, 48 and 52. RGB value is (115,72,82). Sum of RGB (Red+Green+Blue) = 115+72+82=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #734852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734852 is #8CB7AD. Grayscale: #555555. Windows color (decimal): -9222062 or 5392499. OLE color: 5392499.

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

Color convert

RGB1157282-
CMYK00.370.290.55
HSL346.05º22.99%36.67%-
HSV(B)346.05º37.39%45.1%-
XYZ10.918.899.12-
YUV86125.75148.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.75%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=42.75%
G=26.77%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115728200.370.290.55346.0522.9936.67
Hex7348520251D3715a1725
Octal16311012204535675322745
Binary11100111001000101001001001011110111011110101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734852; }

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

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

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

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

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

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

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

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