Html Css Color HEX #8F5861 Vin Rouge

📋 copy color: '#8F5861'

red 143 ◦ green 88 ◦ blue 97

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

Shades of Vin Rouge #8F5861

Tints of Vin Rouge #8F5861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.83%

 BLUE value IS 97 (38.28% from 255) = 29.57%

R = 43.6%
G = 26.83%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8F5861 (or 0x8F5861) is known color: Vin Rouge. HEX triplet: 8F, 58 and 61. RGB value is (143,88,97). Sum of RGB (Red+Green+Blue) = 143+88+97=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5861 is #70A79E. Grayscale: #696969. Windows color (decimal): -7382943 or 6379663. OLE color: 6379663.

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

Color convert

RGB 143 88 97 -
CMYK 0 0.38 0.32 0.44
HSL 350.18º 0.24% 0.45% -
HSV(B) 350.18º 0.38% 0.56% -
XYZ 16.98 13.68 13.06 -
YUV 105.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 143 88 97 0 0.38 0.32 0.44 350.18 0.24 0.45
Hex 8F 58 61 0 26 20 2C 15E 18 2D
Octal 217 130 141 0 46 40 54 536 30 55
Binary 10001111 1011000 1100001 0 100110 100000 101100 101011110 11000 101101

Color Harmonies of #8F5861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5861

Black with #8F5861

Text Example


Text Example

White with #8F5861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,88,97); }

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

background-color css

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

 a { background-color: rgb(143,88,97); }

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

border-color css

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

 span { border-color: rgb(143,88,97); }

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