Html Css Color HEX #8E5961 Vin Rouge

📋 copy color: '#8E5961'

red 142 ◦ green 89 ◦ blue 97

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

Shades of Vin Rouge #8E5961

Tints of Vin Rouge #8E5961

RGB

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

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

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

R = 43.29%
G = 27.13%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E5961 (or 0x8E5961) is known color: Vin Rouge. HEX triplet: 8E, 59 and 61. RGB value is (142,89,97). Sum of RGB (Red+Green+Blue) = 142+89+97=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5961 is #71A69E. Grayscale: #696969. Windows color (decimal): -7448223 or 6379918. OLE color: 6379918.

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

Color convert

RGB 142 89 97 -
CMYK 0 0.37 0.32 0.44
HSL 350.94º 0.23% 0.45% -
HSV(B) 350.94º 0.37% 0.56% -
XYZ 16.89 13.76 13.07 -
YUV 105.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 142 89 97 0 0.37 0.32 0.44 350.94 0.23 0.45
Hex 8E 59 61 0 25 20 2C 15F 17 2D
Octal 216 131 141 0 45 40 54 537 27 55
Binary 10001110 1011001 1100001 0 100101 100000 101100 101011111 10111 101101

Color Harmonies of #8E5961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5961

Black with #8E5961

Text Example


Text Example

White with #8E5961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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