Html Css Color HEX #5E3348 Tawny Port

📋 copy color: '#5E3348'

red 94 ◦ green 51 ◦ blue 72

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

Shades of Tawny Port #5E3348

Tints of Tawny Port #5E3348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.5%

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

R = 43.32%
G = 23.5%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#5E3348 (or 0x5E3348) is known color: Tawny Port. HEX triplet: 5E, 33 and 48. RGB value is (94,51,72). Sum of RGB (Red+Green+Blue) = 94+51+72=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3348 is #A1CCB7. Grayscale: #424242. Windows color (decimal): -10603704 or 4731742. OLE color: 4731742.

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

Color convert

RGB 94 51 72 -
CMYK 0 0.46 0.23 0.63
HSL 330.7º 0.3% 0.28% -
HSV(B) 330.7º 0.46% 0.37% -
XYZ 6.97 5.22 6.77 -
YUV 66.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 94 51 72 0 0.46 0.23 0.63 330.7 0.3 0.28
Hex 5E 33 48 0 2E 17 3F 14B 1E 1C
Octal 136 63 110 0 56 27 77 513 36 34
Binary 1011110 110011 1001000 0 101110 10111 111111 101001011 11110 11100

Color Harmonies of #5E3348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3348

Black with #5E3348

Text Example


Text Example

White with #5E3348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,51,72); }

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

background-color css

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

 a { background-color: rgb(94,51,72); }

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

border-color css

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

 span { border-color: rgb(94,51,72); }

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