Html Css Color HEX #8E555B Vin Rouge

📋 copy color: '#8E555B'

red 142 ◦ green 85 ◦ blue 91

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

Shades of Vin Rouge #8E555B

Tints of Vin Rouge #8E555B

RGB

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

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

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

R = 44.65%
G = 26.73%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8E555B (or 0x8E555B) is known color: Vin Rouge. HEX triplet: 8E, 55 and 5B. RGB value is (142,85,91). Sum of RGB (Red+Green+Blue) = 142+85+91=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E555B is #71AAA4. Grayscale: #666666. Windows color (decimal): -7449253 or 5985678. OLE color: 5985678.

HSL color Cylindrical-coordinate representation of color #8E555B: hue angle of 353.68º 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 #8E555B is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 85 91 -
CMYK 0 0.40 0.36 0.44
HSL 353.68º 0.25% 0.45% -
HSV(B) 353.68º 0.4% 0.56% -
XYZ 16.29 13 11.55 -
YUV 102.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 142 85 91 0 0.40 0.36 0.44 353.68 0.25 0.45
Hex 8E 55 5B 0 28 24 2C 162 19 2D
Octal 216 125 133 0 50 44 54 542 31 55
Binary 10001110 1010101 1011011 0 101000 100100 101100 101100010 11001 101101

Color Harmonies of #8E555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E555B

Black with #8E555B

Text Example


Text Example

White with #8E555B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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