Html Css Color HEX #8D565B Vin Rouge

📋 copy color: '#8D565B'

red 141 ◦ green 86 ◦ blue 91

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

Shades of Vin Rouge #8D565B

Tints of Vin Rouge #8D565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.04%

 BLUE value IS 91 (35.94% from 255) = 28.62%

R = 44.34%
G = 27.04%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8D565B (or 0x8D565B) is known color: Vin Rouge. HEX triplet: 8D, 56 and 5B. RGB value is (141,86,91). Sum of RGB (Red+Green+Blue) = 141+86+91=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D565B is #72A9A4. Grayscale: #676767. Windows color (decimal): -7514533 or 5985933. OLE color: 5985933.

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

Color convert

RGB 141 86 91 -
CMYK 0 0.39 0.35 0.45
HSL 354.55º 0.24% 0.45% -
HSV(B) 354.55º 0.39% 0.55% -
XYZ 16.2 13.07 11.57 -
YUV 103.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 141 86 91 0 0.39 0.35 0.45 354.55 0.24 0.45
Hex 8D 56 5B 0 27 23 2D 163 18 2D
Octal 215 126 133 0 47 43 55 543 30 55
Binary 10001101 1010110 1011011 0 100111 100011 101101 101100011 11000 101101

Color Harmonies of #8D565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D565B

Black with #8D565B

Text Example


Text Example

White with #8D565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,86,91); }

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

background-color css

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

 a { background-color: rgb(141,86,91); }

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

border-color css

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

 span { border-color: rgb(141,86,91); }

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