Html Css Color HEX #8E5259 Vin Rouge

📋 copy color: '#8E5259'

red 142 ◦ green 82 ◦ blue 89

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

Shades of Vin Rouge #8E5259

Tints of Vin Rouge #8E5259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.2%

 BLUE value IS 89 (35.16% from 255) = 28.43%

R = 45.37%
G = 26.2%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E5259 (or 0x8E5259) is known color: Vin Rouge. HEX triplet: 8E, 52 and 59. RGB value is (142,82,89). Sum of RGB (Red+Green+Blue) = 142+82+89=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5259 is #71ADA6. Grayscale: #646464. Windows color (decimal): -7450023 or 5853838. OLE color: 5853838.

HSL color Cylindrical-coordinate representation of color #8E5259: hue angle of 353º degrees, saturation: 0.27, 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 #8E5259 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 82 89 -
CMYK 0 0.42 0.37 0.44
HSL 353º 0.27% 0.44% -
HSV(B) 353º 0.42% 0.56% -
XYZ 15.98 12.51 11.02 -
YUV 100.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 142 82 89 0 0.42 0.37 0.44 353 0.27 0.44
Hex 8E 52 59 0 2A 25 2C 161 1B 2C
Octal 216 122 131 0 52 45 54 541 33 54
Binary 10001110 1010010 1011001 0 101010 100101 101100 101100001 11011 101100

Color Harmonies of #8E5259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5259

Black with #8E5259

Text Example


Text Example

White with #8E5259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,82,89); }

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

background-color css

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

 a { background-color: rgb(142,82,89); }

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

border-color css

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

 span { border-color: rgb(142,82,89); }

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