#62364F

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

Shades of Finn #62364F

Tints of Finn #62364F

Color information

#62364F (or 0x62364F) is unknown color: approx Finn. HEX triplet: 62, 36 and 4F. RGB value is (98,54,79). Sum of RGB (Red+Green+Blue) = 98+54+79=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 98 - color contains mainly: red. Hex color #62364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62364F is #9DC9B0. Grayscale: #454545. Windows color (decimal): -10340785 or 5191266. OLE color: 5191266.

HSL color Cylindrical-coordinate representation of color #62364F: hue angle of 325.91º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #62364F is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB985479-
CMYK00.450.190.62
HSL325.91º28.95%29.8%-
HSV(B)325.91º44.9%38.43%-
XYZ7.775.88.11-
YUV70.01133.08147.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.42%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=42.42%
G=23.38%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98547900.450.190.62325.9128.9529.8
Hex62364F02D133E1461d1e
Octal1426611705523765063536
Binary110001011011010011110101101100111111101010001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62364F; }

 p { color: rgb(98,54,79); }

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

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

 a { background-color: rgb(98,54,79); }

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

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

 span { border-color: rgb(98,54,79); }

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