Html Css Color HEX #8E535F Vin Rouge

📋 copy color: '#8E535F'

red 142 ◦ green 83 ◦ blue 95

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

Shades of Vin Rouge #8E535F

Tints of Vin Rouge #8E535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

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

R = 44.38%
G = 25.94%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E535F (or 0x8E535F) is known color: Vin Rouge. HEX triplet: 8E, 53 and 5F. RGB value is (142,83,95). Sum of RGB (Red+Green+Blue) = 142+83+95=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E535F is #71ACA0. Grayscale: #666666. Windows color (decimal): -7449761 or 6247310. OLE color: 6247310.

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

Color convert

RGB 142 83 95 -
CMYK 0 0.42 0.33 0.44
HSL 347.8º 0.26% 0.44% -
HSV(B) 347.8º 0.42% 0.56% -
XYZ 16.31 12.76 12.43 -
YUV 102.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 142 83 95 0 0.42 0.33 0.44 347.8 0.26 0.44
Hex 8E 53 5F 0 2A 21 2C 15C 1A 2C
Octal 216 123 137 0 52 41 54 534 32 54
Binary 10001110 1010011 1011111 0 101010 100001 101100 101011100 11010 101100

Color Harmonies of #8E535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E535F

Black with #8E535F

Text Example


Text Example

White with #8E535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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