Html Css Color HEX #5E324B Tawny Port

📋 copy color: '#5E324B'

red 94 ◦ green 50 ◦ blue 75

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

Shades of Tawny Port #5E324B

Tints of Tawny Port #5E324B

RGB

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

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

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

R = 42.92%
G = 22.83%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#5E324B (or 0x5E324B) is known color: Tawny Port. HEX triplet: 5E, 32 and 4B. RGB value is (94,50,75). Sum of RGB (Red+Green+Blue) = 94+50+75=219 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.92% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 94 - color contains mainly: red. Hex color #5E324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E324B is #A1CDB4. Grayscale: #414141. Windows color (decimal): -10603957 or 4928094. OLE color: 4928094.

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

Color convert

RGB 94 50 75 -
CMYK 0 0.47 0.20 0.63
HSL 325.91º 0.31% 0.28% -
HSV(B) 325.91º 0.47% 0.37% -
XYZ 7.03 5.17 7.28 -
YUV 66.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 94 50 75 0 0.47 0.20 0.63 325.91 0.31 0.28
Hex 5E 32 4B 0 2F 14 3F 146 1F 1C
Octal 136 62 113 0 57 24 77 506 37 34
Binary 1011110 110010 1001011 0 101111 10100 111111 101000110 11111 11100

Color Harmonies of #5E324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E324B

Black with #5E324B

Text Example


Text Example

White with #5E324B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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