#734055

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

Shades of Finn #734055

Tints of Finn #734055

Color information

#734055 (or 0x734055) is unknown color: approx Finn. HEX triplet: 73, 40 and 55. RGB value is (115,64,85). Sum of RGB (Red+Green+Blue) = 115+64+85=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #734055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734055 is #8CBFAA. Grayscale: #515151. Windows color (decimal): -9224107 or 5587059. OLE color: 5587059.

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

Color convert

RGB1156485-
CMYK00.440.260.55
HSL335.29º28.49%35.1%-
HSV(B)335.29º44.35%45.1%-
XYZ10.547.979.58-
YUV81.64129.9151.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.56%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=43.56%
G=24.24%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115648500.440.260.55335.2928.4935.1
Hex73405502C1A3714f1c23
Octal16310012505432675173443
Binary11100111000000101010101011001101011011110100111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734055; }

 p { color: rgb(115,64,85); }

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

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

 a { background-color: rgb(115,64,85); }

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

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

 span { border-color: rgb(115,64,85); }

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