Html Css Color HEX #5F384D Tawny Port

📋 copy color: '#5F384D'

red 95 ◦ green 56 ◦ blue 77

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

Shades of Tawny Port #5F384D

Tints of Tawny Port #5F384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.56%

 BLUE value IS 77 (30.47% from 255) = 33.77%

R = 41.67%
G = 24.56%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#5F384D (or 0x5F384D) is known color: Tawny Port. HEX triplet: 5F, 38 and 4D. RGB value is (95,56,77). Sum of RGB (Red+Green+Blue) = 95+56+77=228 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.67% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 95 - color contains mainly: red. Hex color #5F384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F384D is #A0C7B2. Grayscale: #464646. Windows color (decimal): -10536883 or 5060703. OLE color: 5060703.

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

Color convert

RGB 95 56 77 -
CMYK 0 0.41 0.19 0.63
HSL 327.69º 0.26% 0.3% -
HSV(B) 327.69º 0.41% 0.37% -
XYZ 7.47 5.8 7.75 -
YUV 70.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 95 56 77 0 0.41 0.19 0.63 327.69 0.26 0.3
Hex 5F 38 4D 0 29 13 3F 148 1A 1E
Octal 137 70 115 0 51 23 77 510 32 36
Binary 1011111 111000 1001101 0 101001 10011 111111 101001000 11010 11110

Color Harmonies of #5F384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F384D

Black with #5F384D

Text Example


Text Example

White with #5F384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,56,77); }

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

background-color css

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

 a { background-color: rgb(95,56,77); }

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

border-color css

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

 span { border-color: rgb(95,56,77); }

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