Html Css Color HEX #5D313F Tawny Port

📋 copy color: '#5D313F'

red 93 ◦ green 49 ◦ blue 63

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

Shades of Tawny Port #5D313F

Tints of Tawny Port #5D313F

RGB

 RED value IS 93 (36.72% from 255) = 45.37%

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

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

R = 45.37%
G = 23.9%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#5D313F (or 0x5D313F) is known color: Tawny Port. HEX triplet: 5D, 31 and 3F. RGB value is (93,49,63). Sum of RGB (Red+Green+Blue) = 93+49+63=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 93 - color contains mainly: red. Hex color #5D313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D313F is #A2CEC0. Grayscale: #3F3F3F. Windows color (decimal): -10669761 or 4141405. OLE color: 4141405.

HSL color Cylindrical-coordinate representation of color #5D313F: hue angle of 340.91º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D313F is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 49 63 -
CMYK 0 0.47 0.32 0.64
HSL 340.91º 0.31% 0.28% -
HSV(B) 340.91º 0.47% 0.36% -
XYZ 6.51 4.88 5.3 -
YUV 63.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 93 49 63 0 0.47 0.32 0.64 340.91 0.31 0.28
Hex 5D 31 3F 0 2F 20 40 155 1F 1C
Octal 135 61 77 0 57 40 100 525 37 34
Binary 1011101 110001 111111 0 101111 100000 1000000 101010101 11111 11100

Color Harmonies of #5D313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D313F

Black with #5D313F

Text Example


Text Example

White with #5D313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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