Html Css Color HEX #885D5F Vin Rouge

📋 copy color: '#885D5F'

red 136 ◦ green 93 ◦ blue 95

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

Shades of Vin Rouge #885D5F

Tints of Vin Rouge #885D5F

RGB

 RED value IS 136 (53.52% from 255) = 41.98%

 GREEN value IS 93 (36.72% from 255) = 28.7%

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

R = 41.98%
G = 28.7%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#885D5F (or 0x885D5F) is known color: Vin Rouge. HEX triplet: 88, 5D and 5F. RGB value is (136,93,95). Sum of RGB (Red+Green+Blue) = 136+93+95=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #885D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885D5F is #77A2A0. Grayscale: #6A6A6A. Windows color (decimal): -7840417 or 6249864. OLE color: 6249864.

HSL color Cylindrical-coordinate representation of color #885D5F: hue angle of 357.21º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #885D5F is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 93 95 -
CMYK 0 0.32 0.30 0.47
HSL 357.21º 0.19% 0.45% -
HSV(B) 357.21º 0.32% 0.53% -
XYZ 16.13 13.89 12.66 -
YUV 106.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 136 93 95 0 0.32 0.30 0.47 357.21 0.19 0.45
Hex 88 5D 5F 0 20 1E 2F 165 13 2D
Octal 210 135 137 0 40 36 57 545 23 55
Binary 10001000 1011101 1011111 0 100000 11110 101111 101100101 10011 101101

Color Harmonies of #885D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D5F

Black with #885D5F

Text Example


Text Example

White with #885D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885D5F; }

 p { color: rgb(136,93,95); }

 H1.HeaderClassName
 {
   color: #885D5F;
 }
 .AnyTagClassName
 {
   color: #885D5F;
 }
</style>

background-color css

<style>
 a { background-color: #885D5F; }

 a { background-color: rgb(136,93,95); }

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

border-color css

<style>
 span { border-color: #885D5F; }

 span { border-color: rgb(136,93,95); }

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