Html Css Color HEX #62384F Finn

📋 copy color: '#62384F'

red 98 ◦ green 56 ◦ blue 79

#62384F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #62384F

Tints of Finn #62384F

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 value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#62384F (or 0x62384F) is known color: 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

RGB 98 56 79 -
CMYK 0 0.43 0.19 0.62
HSL 327.14º 0.27% 0.3% -
HSV(B) 327.14º 0.43% 0.38% -
XYZ 7.86 5.99 8.14 -
YUV 71.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 98 56 79 0 0.43 0.19 0.62 327.14 0.27 0.3
Hex 62 38 4F 0 2B 13 3E 147 1B 1E
Octal 142 70 117 0 53 23 76 507 33 36
Binary 1100010 111000 1001111 0 101011 10011 111110 101000111 11011 11110

Color Harmonies of #62384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62384F

Black with #62384F

Text Example


Text Example

White with #62384F

Text Example


Text Example

HTML Codes & Css Web 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>