Html Css Color HEX #8F585C Vin Rouge

📋 copy color: '#8F585C'

red 143 ◦ green 88 ◦ blue 92

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

Shades of Vin Rouge #8F585C

Tints of Vin Rouge #8F585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.48%

R = 44.27%
G = 27.24%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F585C (or 0x8F585C) is known color: Vin Rouge. HEX triplet: 8F, 58 and 5C. RGB value is (143,88,92). Sum of RGB (Red+Green+Blue) = 143+88+92=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 143 - color contains mainly: red. Hex color #8F585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F585C is #70A7A3. Grayscale: #686868. Windows color (decimal): -7382948 or 6051983. OLE color: 6051983.

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

Color convert

RGB 143 88 92 -
CMYK 0 0.38 0.36 0.44
HSL 355.64º 0.24% 0.45% -
HSV(B) 355.64º 0.38% 0.56% -
XYZ 16.75 13.59 11.87 -
YUV 104.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 143 88 92 0 0.38 0.36 0.44 355.64 0.24 0.45
Hex 8F 58 5C 0 26 24 2C 164 18 2D
Octal 217 130 134 0 46 44 54 544 30 55
Binary 10001111 1011000 1011100 0 100110 100100 101100 101100100 11000 101101

Color Harmonies of #8F585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F585C

Black with #8F585C

Text Example


Text Example

White with #8F585C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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