Html Css Color HEX #8E5762 Vin Rouge

📋 copy color: '#8E5762'

red 142 ◦ green 87 ◦ blue 98

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

Shades of Vin Rouge #8E5762

Tints of Vin Rouge #8E5762

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.61%

 BLUE value IS 98 (38.67% from 255) = 29.97%

R = 43.43%
G = 26.61%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8E5762 (or 0x8E5762) is known color: Vin Rouge. HEX triplet: 8E, 57 and 62. RGB value is (142,87,98). Sum of RGB (Red+Green+Blue) = 142+87+98=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5762 is #71A89D. Grayscale: #686868. Windows color (decimal): -7448734 or 6444942. OLE color: 6444942.

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

Color convert

RGB 142 87 98 -
CMYK 0 0.39 0.31 0.44
HSL 348º 0.24% 0.45% -
HSV(B) 348º 0.39% 0.56% -
XYZ 16.77 13.45 13.27 -
YUV 104.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 142 87 98 0 0.39 0.31 0.44 348 0.24 0.45
Hex 8E 57 62 0 27 1F 2C 15C 18 2D
Octal 216 127 142 0 47 37 54 534 30 55
Binary 10001110 1010111 1100010 0 100111 11111 101100 101011100 11000 101101

Color Harmonies of #8E5762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5762

Black with #8E5762

Text Example


Text Example

White with #8E5762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,87,98); }

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

background-color css

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

 a { background-color: rgb(142,87,98); }

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

border-color css

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

 span { border-color: rgb(142,87,98); }

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