Html Css Color HEX #5E3D4E Finn

📋 copy color: '#5E3D4E'

red 94 ◦ green 61 ◦ blue 78

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

Shades of Finn #5E3D4E

Tints of Finn #5E3D4E

RGB

 RED value IS 94 (37.11% from 255) = 40.34%

 GREEN value IS 61 (24.22% from 255) = 26.18%

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

R = 40.34%
G = 26.18%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.63

RGB Variations

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

Color information

#5E3D4E (or 0x5E3D4E) is known color: Finn. HEX triplet: 5E, 3D and 4E. RGB value is (94,61,78). Sum of RGB (Red+Green+Blue) = 94+61+78=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3D4E is #A1C2B1. Grayscale: #484848. Windows color (decimal): -10601138 or 5127518. OLE color: 5127518.

HSL color Cylindrical-coordinate representation of color #5E3D4E: hue angle of 329.09º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E3D4E is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 61 78 -
CMYK 0 0.35 0.17 0.63
HSL 329.09º 0.21% 0.3% -
HSV(B) 329.09º 0.35% 0.37% -
XYZ 7.66 6.27 8.01 -
YUV 72.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 94 61 78 0 0.35 0.17 0.63 329.09 0.21 0.3
Hex 5E 3D 4E 0 23 11 3F 149 15 1E
Octal 136 75 116 0 43 21 77 511 25 36
Binary 1011110 111101 1001110 0 100011 10001 111111 101001001 10101 11110

Color Harmonies of #5E3D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3D4E

Black with #5E3D4E

Text Example


Text Example

White with #5E3D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,61,78); }

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

background-color css

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

 a { background-color: rgb(94,61,78); }

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

border-color css

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

 span { border-color: rgb(94,61,78); }

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