Html Css Color HEX #8D595D Vin Rouge

📋 copy color: '#8D595D'

red 141 ◦ green 89 ◦ blue 93

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

Shades of Vin Rouge #8D595D

Tints of Vin Rouge #8D595D

RGB

 RED value IS 141 (55.47% from 255) = 43.65%

 GREEN value IS 89 (35.16% from 255) = 27.55%

 BLUE value IS 93 (36.72% from 255) = 28.79%

R = 43.65%
G = 27.55%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8D595D (or 0x8D595D) is known color: Vin Rouge. HEX triplet: 8D, 59 and 5D. RGB value is (141,89,93). Sum of RGB (Red+Green+Blue) = 141+89+93=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D595D is #72A6A2. Grayscale: #696969. Windows color (decimal): -7513763 or 6117773. OLE color: 6117773.

HSL color Cylindrical-coordinate representation of color #8D595D: hue angle of 355.38º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D595D is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 89 93 -
CMYK 0 0.37 0.34 0.45
HSL 355.38º 0.23% 0.45% -
HSV(B) 355.38º 0.37% 0.55% -
XYZ 16.53 13.6 12.11 -
YUV 105 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 141 89 93 0 0.37 0.34 0.45 355.38 0.23 0.45
Hex 8D 59 5D 0 25 22 2D 163 17 2D
Octal 215 131 135 0 45 42 55 543 27 55
Binary 10001101 1011001 1011101 0 100101 100010 101101 101100011 10111 101101

Color Harmonies of #8D595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D595D

Black with #8D595D

Text Example


Text Example

White with #8D595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D595D; }

 p { color: rgb(141,89,93); }

 H1.HeaderClassName
 {
   color: #8D595D;
 }
 .AnyTagClassName
 {
   color: #8D595D;
 }
</style>

background-color css

<style>
 a { background-color: #8D595D; }

 a { background-color: rgb(141,89,93); }

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

border-color css

<style>
 span { border-color: #8D595D; }

 span { border-color: rgb(141,89,93); }

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