Html Css Color HEX #8F515D Vin Rouge

📋 copy color: '#8F515D'

red 143 ◦ green 81 ◦ blue 93

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

Shades of Vin Rouge #8F515D

Tints of Vin Rouge #8F515D

RGB

 RED value IS 143 (56.25% from 255) = 45.11%

 GREEN value IS 81 (32.03% from 255) = 25.55%

 BLUE value IS 93 (36.72% from 255) = 29.34%

R = 45.11%
G = 25.55%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8F515D (or 0x8F515D) is known color: Vin Rouge. HEX triplet: 8F, 51 and 5D. RGB value is (143,81,93). Sum of RGB (Red+Green+Blue) = 143+81+93=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 143 - color contains mainly: red. Hex color #8F515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F515D is #70AEA2. Grayscale: #646464. Windows color (decimal): -7384739 or 6115727. OLE color: 6115727.

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

Color convert

RGB 143 81 93 -
CMYK 0 0.43 0.35 0.44
HSL 348.39º 0.28% 0.44% -
HSV(B) 348.39º 0.43% 0.56% -
XYZ 16.25 12.51 11.92 -
YUV 100.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 143 81 93 0 0.43 0.35 0.44 348.39 0.28 0.44
Hex 8F 51 5D 0 2B 23 2C 15C 1C 2C
Octal 217 121 135 0 53 43 54 534 34 54
Binary 10001111 1010001 1011101 0 101011 100011 101100 101011100 11100 101100

Color Harmonies of #8F515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F515D

Black with #8F515D

Text Example


Text Example

White with #8F515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,81,93); }

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

background-color css

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

 a { background-color: rgb(143,81,93); }

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

border-color css

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

 span { border-color: rgb(143,81,93); }

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