#734158

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

Shades of Finn #734158

Tints of Finn #734158

Color information

#734158 (or 0x734158) is unknown color: approx Finn. HEX triplet: 73, 41 and 58. RGB value is (115,65,88). Sum of RGB (Red+Green+Blue) = 115+65+88=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #734158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734158 is #8CBEA7. Grayscale: #525252. Windows color (decimal): -9223848 or 5783923. OLE color: 5783923.

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

Color convert

RGB1156588-
CMYK00.430.230.55
HSL332.4º27.78%35.29%-
HSV(B)332.4º43.48%45.1%-
XYZ10.728.1310.24-
YUV82.57131.06151.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 88 (34.77% from 255) = 32.84%
R=42.91%
G=24.25%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115658800.430.230.55332.427.7835.29
Hex73415802B173714c1c23
Octal16310113005327675143443
Binary11100111000001101100001010111011111011110100110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734158; }

 p { color: rgb(115,65,88); }

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

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

 a { background-color: rgb(115,65,88); }

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

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

 span { border-color: rgb(115,65,88); }

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