Html Css Color HEX #8E575F Vin Rouge

📋 copy color: '#8E575F'

red 142 ◦ green 87 ◦ blue 95

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

Shades of Vin Rouge #8E575F

Tints of Vin Rouge #8E575F

RGB

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

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

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

R = 43.83%
G = 26.85%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E575F (or 0x8E575F) is known color: Vin Rouge. HEX triplet: 8E, 57 and 5F. RGB value is (142,87,95). Sum of RGB (Red+Green+Blue) = 142+87+95=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E575F is #71A8A0. Grayscale: #686868. Windows color (decimal): -7448737 or 6248334. OLE color: 6248334.

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

Color convert

RGB 142 87 95 -
CMYK 0 0.39 0.33 0.44
HSL 351.27º 0.24% 0.45% -
HSV(B) 351.27º 0.39% 0.56% -
XYZ 16.63 13.39 12.54 -
YUV 104.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 142 87 95 0 0.39 0.33 0.44 351.27 0.24 0.45
Hex 8E 57 5F 0 27 21 2C 15F 18 2D
Octal 216 127 137 0 47 41 54 537 30 55
Binary 10001110 1010111 1011111 0 100111 100001 101100 101011111 11000 101101

Color Harmonies of #8E575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E575F

Black with #8E575F

Text Example


Text Example

White with #8E575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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