Html Css Color HEX #5F3F4E Finn

📋 copy color: '#5F3F4E'

red 95 ◦ green 63 ◦ blue 78

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

Shades of Finn #5F3F4E

Tints of Finn #5F3F4E

RGB

 RED value IS 95 (37.5% from 255) = 40.25%

 GREEN value IS 63 (25% from 255) = 26.69%

 BLUE value IS 78 (30.86% from 255) = 33.05%

R = 40.25%
G = 26.69%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#5F3F4E (or 0x5F3F4E) is known color: Finn. HEX triplet: 5F, 3F and 4E. RGB value is (95,63,78). Sum of RGB (Red+Green+Blue) = 95+63+78=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3F4E is #A0C0B1. Grayscale: #4A4A4A. Windows color (decimal): -10535090 or 5128031. OLE color: 5128031.

HSL color Cylindrical-coordinate representation of color #5F3F4E: hue angle of 331.88º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F3F4E is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 63 78 -
CMYK 0 0.34 0.18 0.63
HSL 331.88º 0.2% 0.31% -
HSV(B) 331.88º 0.34% 0.37% -
XYZ 7.87 6.54 8.05 -
YUV 74.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 95 63 78 0 0.34 0.18 0.63 331.88 0.2 0.31
Hex 5F 3F 4E 0 22 12 3F 14C 14 1F
Octal 137 77 116 0 42 22 77 514 24 37
Binary 1011111 111111 1001110 0 100010 10010 111111 101001100 10100 11111

Color Harmonies of #5F3F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3F4E

Black with #5F3F4E

Text Example


Text Example

White with #5F3F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F3F4E; }

 p { color: rgb(95,63,78); }

 H1.HeaderClassName
 {
   color: #5F3F4E;
 }
 .AnyTagClassName
 {
   color: #5F3F4E;
 }
</style>

background-color css

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

 a { background-color: rgb(95,63,78); }

 div.DivClassName
 {
   background-color: #5F3F4E;
 }
 .BgClassName
 {
   background-color: #5F3F4E;
 }
</style>

border-color css

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

 span { border-color: rgb(95,63,78); }

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