Html Css Color HEX #5E324A Tawny Port

📋 copy color: '#5E324A'

red 94 ◦ green 50 ◦ blue 74

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

Shades of Tawny Port #5E324A

Tints of Tawny Port #5E324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

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

R = 43.12%
G = 22.94%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#5E324A (or 0x5E324A) is known color: Tawny Port. HEX triplet: 5E, 32 and 4A. RGB value is (94,50,74). Sum of RGB (Red+Green+Blue) = 94+50+74=218 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.12% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 94 - color contains mainly: red. Hex color #5E324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E324A is #A1CDB5. Grayscale: #414141. Windows color (decimal): -10603958 or 4862558. OLE color: 4862558.

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

Color convert

RGB 94 50 74 -
CMYK 0 0.47 0.21 0.63
HSL 327.27º 0.31% 0.28% -
HSV(B) 327.27º 0.47% 0.37% -
XYZ 6.99 5.16 7.11 -
YUV 65.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 94 50 74 0 0.47 0.21 0.63 327.27 0.31 0.28
Hex 5E 32 4A 0 2F 15 3F 147 1F 1C
Octal 136 62 112 0 57 25 77 507 37 34
Binary 1011110 110010 1001010 0 101111 10101 111111 101000111 11111 11100

Color Harmonies of #5E324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E324A

Black with #5E324A

Text Example


Text Example

White with #5E324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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