Html Css Color HEX #5E313F Tawny Port

📋 copy color: '#5E313F'

red 94 ◦ green 49 ◦ blue 63

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

Shades of Tawny Port #5E313F

Tints of Tawny Port #5E313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.79%

 BLUE value IS 63 (25% from 255) = 30.58%

R = 45.63%
G = 23.79%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#5E313F (or 0x5E313F) is known color: Tawny Port. HEX triplet: 5E, 31 and 3F. RGB value is (94,49,63). Sum of RGB (Red+Green+Blue) = 94+49+63=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 94 - color contains mainly: red. Hex color #5E313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E313F is #A1CEC0. Grayscale: #404040. Windows color (decimal): -10604225 or 4141406. OLE color: 4141406.

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

Color convert

RGB 94 49 63 -
CMYK 0 0.48 0.33 0.63
HSL 341.33º 0.31% 0.28% -
HSV(B) 341.33º 0.48% 0.37% -
XYZ 6.61 4.94 5.31 -
YUV 64.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 94 49 63 0 0.48 0.33 0.63 341.33 0.31 0.28
Hex 5E 31 3F 0 30 21 3F 155 1F 1C
Octal 136 61 77 0 60 41 77 525 37 34
Binary 1011110 110001 111111 0 110000 100001 111111 101010101 11111 11100

Color Harmonies of #5E313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E313F

Black with #5E313F

Text Example


Text Example

White with #5E313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,49,63); }

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

background-color css

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

 a { background-color: rgb(94,49,63); }

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

border-color css

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

 span { border-color: rgb(94,49,63); }

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