Html Css Color HEX #5E364A Tawny Port

📋 copy color: '#5E364A'

red 94 ◦ green 54 ◦ blue 74

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

Shades of Tawny Port #5E364A

Tints of Tawny Port #5E364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.32%

 BLUE value IS 74 (29.3% from 255) = 33.33%

R = 42.34%
G = 24.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#5E364A (or 0x5E364A) is known color: Tawny Port. HEX triplet: 5E, 36 and 4A. RGB value is (94,54,74). Sum of RGB (Red+Green+Blue) = 94+54+74=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 94 - color contains mainly: red. Hex color #5E364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E364A is #A1C9B5. Grayscale: #444444. Windows color (decimal): -10602934 or 4863582. OLE color: 4863582.

HSL color Cylindrical-coordinate representation of color #5E364A: hue angle of 330º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E364A is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 54 74 -
CMYK 0 0.43 0.21 0.63
HSL 330º 0.27% 0.29% -
HSV(B) 330º 0.43% 0.37% -
XYZ 7.17 5.51 7.16 -
YUV 68.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 94 54 74 0 0.43 0.21 0.63 330 0.27 0.29
Hex 5E 36 4A 0 2B 15 3F 14A 1B 1D
Octal 136 66 112 0 53 25 77 512 33 35
Binary 1011110 110110 1001010 0 101011 10101 111111 101001010 11011 11101

Color Harmonies of #5E364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E364A

Black with #5E364A

Text Example


Text Example

White with #5E364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,54,74); }

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

background-color css

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

 a { background-color: rgb(94,54,74); }

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

border-color css

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

 span { border-color: rgb(94,54,74); }

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