#734453

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

Shades of Finn #734453

Tints of Finn #734453

Color information

#734453 (or 0x734453) is unknown color: approx Finn. HEX triplet: 73, 44 and 53. RGB value is (115,68,83). Sum of RGB (Red+Green+Blue) = 115+68+83=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #734453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734453 is #8CBBAC. Grayscale: #535353. Windows color (decimal): -9223085 or 5457011. OLE color: 5457011.

HSL color Cylindrical-coordinate representation of color #734453: hue angle of 340.85º 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 #734453 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1156883-
CMYK00.410.280.55
HSL340.85º25.68%35.88%-
HSV(B)340.85º40.87%45.1%-
XYZ10.78.49.24-
YUV83.76127.57150.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 83 (32.81% from 255) = 31.20%
R=43.23%
G=25.56%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115688300.410.280.55340.8525.6835.88
Hex7344530291C371551a24
Octal16310412305134675253244
Binary11100111000100101001101010011110011011110101010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734453; }

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

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

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

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

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

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

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

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