Html Css Color HEX #5E364B Tawny Port

📋 copy color: '#5E364B'

red 94 ◦ green 54 ◦ blue 75

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

Shades of Tawny Port #5E364B

Tints of Tawny Port #5E364B

RGB

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

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

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

R = 42.15%
G = 24.22%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#5E364B (or 0x5E364B) is known color: Tawny Port. HEX triplet: 5E, 36 and 4B. RGB value is (94,54,75). Sum of RGB (Red+Green+Blue) = 94+54+75=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 94 - color contains mainly: red. Hex color #5E364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E364B is #A1C9B4. Grayscale: #444444. Windows color (decimal): -10602933 or 4929118. OLE color: 4929118.

HSL color Cylindrical-coordinate representation of color #5E364B: hue angle of 328.5º 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 #5E364B is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 54 75 -
CMYK 0 0.43 0.20 0.63
HSL 328.5º 0.27% 0.29% -
HSV(B) 328.5º 0.43% 0.37% -
XYZ 7.21 5.53 7.34 -
YUV 68.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 94 54 75 0 0.43 0.20 0.63 328.5 0.27 0.29
Hex 5E 36 4B 0 2B 14 3F 148 1B 1D
Octal 136 66 113 0 53 24 77 510 33 35
Binary 1011110 110110 1001011 0 101011 10100 111111 101001000 11011 11101

Color Harmonies of #5E364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E364B

Black with #5E364B

Text Example


Text Example

White with #5E364B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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