#734258

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

Shades of Finn #734258

Tints of Finn #734258

Color information

#734258 (or 0x734258) is unknown color: approx Finn. HEX triplet: 73, 42 and 58. RGB value is (115,66,88). Sum of RGB (Red+Green+Blue) = 115+66+88=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #734258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734258 is #8CBDA7. Grayscale: #535353. Windows color (decimal): -9223592 or 5784179. OLE color: 5784179.

HSL color Cylindrical-coordinate representation of color #734258: hue angle of 333.06º degrees, saturation: 0.27, 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 #734258 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1156688-
CMYK00.430.230.55
HSL333.06º27.07%35.49%-
HSV(B)333.06º42.61%45.1%-
XYZ10.788.2510.26-
YUV83.16130.73150.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.75%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 88 (34.77% from 255) = 32.71%
R=42.75%
G=24.54%
B=32.71%

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
Decimal115668800.430.230.55333.0627.0735.49
Hex73425802B173714d1b23
Octal16310213005327675153343
Binary11100111000010101100001010111011111011110100110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734258; }

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

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

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

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

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

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

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

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