Html Css Color HEX #5E384A Tawny Port

📋 copy color: '#5E384A'

red 94 ◦ green 56 ◦ blue 74

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

Shades of Tawny Port #5E384A

Tints of Tawny Port #5E384A

RGB

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

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

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

R = 41.96%
G = 25%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#5E384A (or 0x5E384A) is known color: Tawny Port. HEX triplet: 5E, 38 and 4A. RGB value is (94,56,74). Sum of RGB (Red+Green+Blue) = 94+56+74=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 94 - color contains mainly: red. Hex color #5E384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E384A is #A1C7B5. Grayscale: #454545. Windows color (decimal): -10602422 or 4864094. OLE color: 4864094.

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

Color convert

RGB 94 56 74 -
CMYK 0 0.40 0.21 0.63
HSL 331.58º 0.25% 0.29% -
HSV(B) 331.58º 0.4% 0.37% -
XYZ 7.27 5.7 7.2 -
YUV 69.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 94 56 74 0 0.40 0.21 0.63 331.58 0.25 0.29
Hex 5E 38 4A 0 28 15 3F 14C 19 1D
Octal 136 70 112 0 50 25 77 514 31 35
Binary 1011110 111000 1001010 0 101000 10101 111111 101001100 11001 11101

Color Harmonies of #5E384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E384A

Black with #5E384A

Text Example


Text Example

White with #5E384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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