Html Css Color HEX #8E5E5F Vin Rouge

📋 copy color: '#8E5E5F'

red 142 ◦ green 94 ◦ blue 95

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

Shades of Vin Rouge #8E5E5F

Tints of Vin Rouge #8E5E5F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

 BLUE value IS 95 (37.5% from 255) = 28.7%

R = 42.9%
G = 28.4%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E5E5F (or 0x8E5E5F) is known color: Vin Rouge. HEX triplet: 8E, 5E and 5F. RGB value is (142,94,95). Sum of RGB (Red+Green+Blue) = 142+94+95=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5E5F is #71A1A0. Grayscale: #6C6C6C. Windows color (decimal): -7446945 or 6250126. OLE color: 6250126.

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

Color convert

RGB 142 94 95 -
CMYK 0 0.34 0.33 0.44
HSL 358.75º 0.2% 0.46% -
HSV(B) 358.75º 0.34% 0.56% -
XYZ 17.22 14.58 12.73 -
YUV 108.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 142 94 95 0 0.34 0.33 0.44 358.75 0.2 0.46
Hex 8E 5E 5F 0 22 21 2C 167 14 2E
Octal 216 136 137 0 42 41 54 547 24 56
Binary 10001110 1011110 1011111 0 100010 100001 101100 101100111 10100 101110

Color Harmonies of #8E5E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5E5F

Black with #8E5E5F

Text Example


Text Example

White with #8E5E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,94,95); }

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

background-color css

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

 a { background-color: rgb(142,94,95); }

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

border-color css

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

 span { border-color: rgb(142,94,95); }

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