Html Css Color HEX #95585D Vin Rouge

📋 copy color: '#95585D'

red 149 ◦ green 88 ◦ blue 93

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

Shades of Vin Rouge #95585D

Tints of Vin Rouge #95585D

RGB

 RED value IS 149 (58.59% from 255) = 45.15%

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

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 45.15%
G = 26.67%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95585D (or 0x95585D) is known color: Vin Rouge. HEX triplet: 95, 58 and 5D. RGB value is (149,88,93). Sum of RGB (Red+Green+Blue) = 149+88+93=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #95585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95585D is #6AA7A2. Grayscale: #6A6A6A. Windows color (decimal): -6989731 or 6117525. OLE color: 6117525.

HSL color Cylindrical-coordinate representation of color #95585D: hue angle of 355.08º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95585D is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 88 93 -
CMYK 0 0.41 0.38 0.42
HSL 355.08º 0.26% 0.46% -
HSV(B) 355.08º 0.41% 0.58% -
XYZ 17.86 14.16 12.15 -
YUV 106.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 149 88 93 0 0.41 0.38 0.42 355.08 0.26 0.46
Hex 95 58 5D 0 29 26 2A 163 1A 2E
Octal 225 130 135 0 51 46 52 543 32 56
Binary 10010101 1011000 1011101 0 101001 100110 101010 101100011 11010 101110

Color Harmonies of #95585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95585D

Black with #95585D

Text Example


Text Example

White with #95585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95585D; }

 p { color: rgb(149,88,93); }

 H1.HeaderClassName
 {
   color: #95585D;
 }
 .AnyTagClassName
 {
   color: #95585D;
 }
</style>

background-color css

<style>
 a { background-color: #95585D; }

 a { background-color: rgb(149,88,93); }

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

border-color css

<style>
 span { border-color: #95585D; }

 span { border-color: rgb(149,88,93); }

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