Html Css Color HEX #8F5961 Vin Rouge

📋 copy color: '#8F5961'

red 143 ◦ green 89 ◦ blue 97

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

Shades of Vin Rouge #8F5961

Tints of Vin Rouge #8F5961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.05%

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

R = 43.47%
G = 27.05%
B = 29.48%

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

#8F5961 (or 0x8F5961) is known color: Vin Rouge. HEX triplet: 8F, 59 and 61. RGB value is (143,89,97). Sum of RGB (Red+Green+Blue) = 143+89+97=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5961 is #70A69E. Grayscale: #6A6A6A. Windows color (decimal): -7382687 or 6379919. OLE color: 6379919.

HSL color Cylindrical-coordinate representation of color #8F5961: hue angle of 351.11º degrees, saturation: 0.23, 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 #8F5961 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 89 97 -
CMYK 0 0.38 0.32 0.44
HSL 351.11º 0.23% 0.45% -
HSV(B) 351.11º 0.38% 0.56% -
XYZ 17.06 13.85 13.08 -
YUV 106.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 143 89 97 0 0.38 0.32 0.44 351.11 0.23 0.45
Hex 8F 59 61 0 26 20 2C 15F 17 2D
Octal 217 131 141 0 46 40 54 537 27 55
Binary 10001111 1011001 1100001 0 100110 100000 101100 101011111 10111 101101

Color Harmonies of #8F5961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5961

Black with #8F5961

Text Example


Text Example

White with #8F5961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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