Html Css Color HEX #8E5B63 Vin Rouge

📋 copy color: '#8E5B63'

red 142 ◦ green 91 ◦ blue 99

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

Shades of Vin Rouge #8E5B63

Tints of Vin Rouge #8E5B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.41%

 BLUE value IS 99 (39.06% from 255) = 29.82%

R = 42.77%
G = 27.41%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8E5B63 (or 0x8E5B63) is known color: Vin Rouge. HEX triplet: 8E, 5B and 63. RGB value is (142,91,99). Sum of RGB (Red+Green+Blue) = 142+91+99=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5B63 is #71A49C. Grayscale: #6B6B6B. Windows color (decimal): -7447709 or 6511502. OLE color: 6511502.

HSL color Cylindrical-coordinate representation of color #8E5B63: hue angle of 350.59º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E5B63 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 91 99 -
CMYK 0 0.36 0.30 0.44
HSL 350.59º 0.22% 0.46% -
HSV(B) 350.59º 0.36% 0.56% -
XYZ 17.15 14.13 13.63 -
YUV 107.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 142 91 99 0 0.36 0.30 0.44 350.59 0.22 0.46
Hex 8E 5B 63 0 24 1E 2C 15F 16 2E
Octal 216 133 143 0 44 36 54 537 26 56
Binary 10001110 1011011 1100011 0 100100 11110 101100 101011111 10110 101110

Color Harmonies of #8E5B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5B63

Black with #8E5B63

Text Example


Text Example

White with #8E5B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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