Html Css Color HEX #8F555D Vin Rouge

📋 copy color: '#8F555D'

red 143 ◦ green 85 ◦ blue 93

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

Shades of Vin Rouge #8F555D

Tints of Vin Rouge #8F555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

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

R = 44.55%
G = 26.48%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8F555D (or 0x8F555D) is known color: Vin Rouge. HEX triplet: 8F, 55 and 5D. RGB value is (143,85,93). Sum of RGB (Red+Green+Blue) = 143+85+93=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 143 - color contains mainly: red. Hex color #8F555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F555D is #70AAA2. Grayscale: #676767. Windows color (decimal): -7383715 or 6116751. OLE color: 6116751.

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

Color convert

RGB 143 85 93 -
CMYK 0 0.41 0.35 0.44
HSL 351.72º 0.25% 0.45% -
HSV(B) 351.72º 0.41% 0.56% -
XYZ 16.55 13.13 12.02 -
YUV 103.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 143 85 93 0 0.41 0.35 0.44 351.72 0.25 0.45
Hex 8F 55 5D 0 29 23 2C 160 19 2D
Octal 217 125 135 0 51 43 54 540 31 55
Binary 10001111 1010101 1011101 0 101001 100011 101100 101100000 11001 101101

Color Harmonies of #8F555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F555D

Black with #8F555D

Text Example


Text Example

White with #8F555D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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