Html Css Color HEX #8C585F Vin Rouge

📋 copy color: '#8C585F'

red 140 ◦ green 88 ◦ blue 95

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

Shades of Vin Rouge #8C585F

Tints of Vin Rouge #8C585F

RGB

 RED value IS 140 (55.08% from 255) = 43.34%

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

 BLUE value IS 95 (37.5% from 255) = 29.41%

R = 43.34%
G = 27.24%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8C585F (or 0x8C585F) is known color: Vin Rouge. HEX triplet: 8C, 58 and 5F. RGB value is (140,88,95). Sum of RGB (Red+Green+Blue) = 140+88+95=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C585F is #73A7A0. Grayscale: #686868. Windows color (decimal): -7579553 or 6248588. OLE color: 6248588.

HSL color Cylindrical-coordinate representation of color #8C585F: hue angle of 351.92º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C585F is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 88 95 -
CMYK 0 0.37 0.32 0.45
HSL 351.92º 0.23% 0.45% -
HSV(B) 351.92º 0.37% 0.55% -
XYZ 16.37 13.38 12.55 -
YUV 104.35 122.73 153.43 -
System Red Green Blue C M Y K H S L
Decimal 140 88 95 0 0.37 0.32 0.45 351.92 0.23 0.45
Hex 8C 58 5F 0 25 20 2D 160 17 2D
Octal 214 130 137 0 45 40 55 540 27 55
Binary 10001100 1011000 1011111 0 100101 100000 101101 101100000 10111 101101

Color Harmonies of #8C585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C585F

Black with #8C585F

Text Example


Text Example

White with #8C585F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,88,95); }

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

background-color css

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

 a { background-color: rgb(140,88,95); }

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

border-color css

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

 span { border-color: rgb(140,88,95); }

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