Html Css Color HEX #8E5561 Vin Rouge

📋 copy color: '#8E5561'

red 142 ◦ green 85 ◦ blue 97

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

Shades of Vin Rouge #8E5561

Tints of Vin Rouge #8E5561

RGB

 RED value IS 142 (55.86% from 255) = 43.83%

 GREEN value IS 85 (33.59% from 255) = 26.23%

 BLUE value IS 97 (38.28% from 255) = 29.94%

R = 43.83%
G = 26.23%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E5561 (or 0x8E5561) is known color: Vin Rouge. HEX triplet: 8E, 55 and 61. RGB value is (142,85,97). Sum of RGB (Red+Green+Blue) = 142+85+97=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5561 is #71AA9E. Grayscale: #676767. Windows color (decimal): -7449247 or 6378894. OLE color: 6378894.

HSL color Cylindrical-coordinate representation of color #8E5561: hue angle of 347.37º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E5561 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 85 97 -
CMYK 0 0.40 0.32 0.44
HSL 347.37º 0.25% 0.45% -
HSV(B) 347.37º 0.4% 0.56% -
XYZ 16.56 13.11 12.97 -
YUV 103.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 142 85 97 0 0.40 0.32 0.44 347.37 0.25 0.45
Hex 8E 55 61 0 28 20 2C 15B 19 2D
Octal 216 125 141 0 50 40 54 533 31 55
Binary 10001110 1010101 1100001 0 101000 100000 101100 101011011 11001 101101

Color Harmonies of #8E5561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5561

Black with #8E5561

Text Example


Text Example

White with #8E5561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,85,97); }

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

background-color css

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

 a { background-color: rgb(142,85,97); }

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

border-color css

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

 span { border-color: rgb(142,85,97); }

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