#62384F

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

Shades of Finn #62384F

Tints of Finn #62384F

Color information

#62384F (or 0x62384F) is unknown color: approx Finn. HEX triplet: 62, 38 and 4F. RGB value is (98,56,79). Sum of RGB (Red+Green+Blue) = 98+56+79=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 98 - color contains mainly: red. Hex color #62384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62384F is #9DC7B0. Grayscale: #474747. Windows color (decimal): -10340273 or 5191778. OLE color: 5191778.

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

Color convert

RGB985679-
CMYK00.430.190.62
HSL327.14º27.27%30.2%-
HSV(B)327.14º42.86%38.43%-
XYZ7.865.998.14-
YUV71.18132.41147.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.06%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=42.06%
G=24.03%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98567900.430.190.62327.1427.2730.2
Hex62384F02B133E1471b1e
Octal1427011705323765073336
Binary110001011100010011110101011100111111101010001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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