Html Css Color HEX #5E344B Tawny Port

📋 copy color: '#5E344B'

red 94 ◦ green 52 ◦ blue 75

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

Shades of Tawny Port #5E344B

Tints of Tawny Port #5E344B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.53%

 BLUE value IS 75 (29.69% from 255) = 33.94%

R = 42.53%
G = 23.53%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#5E344B (or 0x5E344B) is known color: Tawny Port. HEX triplet: 5E, 34 and 4B. RGB value is (94,52,75). Sum of RGB (Red+Green+Blue) = 94+52+75=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 94 - color contains mainly: red. Hex color #5E344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E344B is #A1CBB4. Grayscale: #434343. Windows color (decimal): -10603445 or 4928606. OLE color: 4928606.

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

Color convert

RGB 94 52 75 -
CMYK 0 0.45 0.20 0.63
HSL 327.14º 0.29% 0.29% -
HSV(B) 327.14º 0.45% 0.37% -
XYZ 7.11 5.34 7.31 -
YUV 67.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 94 52 75 0 0.45 0.20 0.63 327.14 0.29 0.29
Hex 5E 34 4B 0 2D 14 3F 147 1D 1D
Octal 136 64 113 0 55 24 77 507 35 35
Binary 1011110 110100 1001011 0 101101 10100 111111 101000111 11101 11101

Color Harmonies of #5E344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E344B

Black with #5E344B

Text Example


Text Example

White with #5E344B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,52,75); }

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

background-color css

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

 a { background-color: rgb(94,52,75); }

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

border-color css

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

 span { border-color: rgb(94,52,75); }

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