Html Css Color HEX #5F3040 Tawny Port

📋 copy color: '#5F3040'

red 95 ◦ green 48 ◦ blue 64

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

Shades of Tawny Port #5F3040

Tints of Tawny Port #5F3040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.19%

 BLUE value IS 64 (25.39% from 255) = 30.92%

R = 45.89%
G = 23.19%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#5F3040 (or 0x5F3040) is known color: Tawny Port. HEX triplet: 5F, 30 and 40. RGB value is (95,48,64). Sum of RGB (Red+Green+Blue) = 95+48+64=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3040 is #A0CFBF. Grayscale: #3F3F3F. Windows color (decimal): -10538944 or 4206687. OLE color: 4206687.

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

Color convert

RGB 95 48 64 -
CMYK 0 0.49 0.33 0.63
HSL 339.57º 0.33% 0.28% -
HSV(B) 339.57º 0.49% 0.37% -
XYZ 6.7 4.92 5.45 -
YUV 63.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 95 48 64 0 0.49 0.33 0.63 339.57 0.33 0.28
Hex 5F 30 40 0 31 21 3F 154 21 1C
Octal 137 60 100 0 61 41 77 524 41 34
Binary 1011111 110000 1000000 0 110001 100001 111111 101010100 100001 11100

Color Harmonies of #5F3040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3040

Black with #5F3040

Text Example


Text Example

White with #5F3040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,48,64); }

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

background-color css

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

 a { background-color: rgb(95,48,64); }

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

border-color css

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

 span { border-color: rgb(95,48,64); }

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