Html Css Color HEX #8E535A Vin Rouge

📋 copy color: '#8E535A'

red 142 ◦ green 83 ◦ blue 90

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

Shades of Vin Rouge #8E535A

Tints of Vin Rouge #8E535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.57%

R = 45.08%
G = 26.35%
B = 28.57%

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

#8E535A (or 0x8E535A) is known color: Vin Rouge. HEX triplet: 8E, 53 and 5A. RGB value is (142,83,90). Sum of RGB (Red+Green+Blue) = 142+83+90=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E535A is #71ACA5. Grayscale: #656565. Windows color (decimal): -7449766 or 5919630. OLE color: 5919630.

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

Color convert

RGB 142 83 90 -
CMYK 0 0.42 0.37 0.44
HSL 352.88º 0.26% 0.44% -
HSV(B) 352.88º 0.42% 0.56% -
XYZ 16.09 12.68 11.27 -
YUV 101.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 142 83 90 0 0.42 0.37 0.44 352.88 0.26 0.44
Hex 8E 53 5A 0 2A 25 2C 161 1A 2C
Octal 216 123 132 0 52 45 54 541 32 54
Binary 10001110 1010011 1011010 0 101010 100101 101100 101100001 11010 101100

Color Harmonies of #8E535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E535A

Black with #8E535A

Text Example


Text Example

White with #8E535A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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