Html Css Color HEX #5D3048 Tawny Port

📋 copy color: '#5D3048'

red 93 ◦ green 48 ◦ blue 72

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

Shades of Tawny Port #5D3048

Tints of Tawny Port #5D3048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.8%

R = 43.66%
G = 22.54%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#5D3048 (or 0x5D3048) is known color: Tawny Port. HEX triplet: 5D, 30 and 48. RGB value is (93,48,72). Sum of RGB (Red+Green+Blue) = 93+48+72=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3048 is #A2CFB7. Grayscale: #404040. Windows color (decimal): -10670008 or 4730973. OLE color: 4730973.

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

Color convert

RGB 93 48 72 -
CMYK 0 0.48 0.23 0.64
HSL 328º 0.32% 0.28% -
HSV(B) 328º 0.48% 0.36% -
XYZ 6.74 4.91 6.72 -
YUV 64.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 93 48 72 0 0.48 0.23 0.64 328 0.32 0.28
Hex 5D 30 48 0 30 17 40 148 20 1C
Octal 135 60 110 0 60 27 100 510 40 34
Binary 1011101 110000 1001000 0 110000 10111 1000000 101001000 100000 11100

Color Harmonies of #5D3048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3048

Black with #5D3048

Text Example


Text Example

White with #5D3048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,48,72); }

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

background-color css

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

 a { background-color: rgb(93,48,72); }

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

border-color css

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

 span { border-color: rgb(93,48,72); }

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