Html Css Color HEX #8E525B Vin Rouge

📋 copy color: '#8E525B'

red 142 ◦ green 82 ◦ blue 91

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

Shades of Vin Rouge #8E525B

Tints of Vin Rouge #8E525B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.89%

R = 45.08%
G = 26.03%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8E525B (or 0x8E525B) is known color: Vin Rouge. HEX triplet: 8E, 52 and 5B. RGB value is (142,82,91). Sum of RGB (Red+Green+Blue) = 142+82+91=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E525B is #71ADA4. Grayscale: #646464. Windows color (decimal): -7450021 or 5984910. OLE color: 5984910.

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

Color convert

RGB 142 82 91 -
CMYK 0 0.42 0.36 0.44
HSL 351º 0.27% 0.44% -
HSV(B) 351º 0.42% 0.56% -
XYZ 16.06 12.54 11.47 -
YUV 100.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 142 82 91 0 0.42 0.36 0.44 351 0.27 0.44
Hex 8E 52 5B 0 2A 24 2C 15F 1B 2C
Octal 216 122 133 0 52 44 54 537 33 54
Binary 10001110 1010010 1011011 0 101010 100100 101100 101011111 11011 101100

Color Harmonies of #8E525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E525B

Black with #8E525B

Text Example


Text Example

White with #8E525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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