Html Css Color HEX #955860 Vin Rouge

📋 copy color: '#955860'

red 149 ◦ green 88 ◦ blue 96

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

Shades of Vin Rouge #955860

Tints of Vin Rouge #955860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.83%

R = 44.74%
G = 26.43%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#955860 (or 0x955860) is known color: Vin Rouge. HEX triplet: 95, 58 and 60. RGB value is (149,88,96). Sum of RGB (Red+Green+Blue) = 149+88+96=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #955860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955860 is #6AA79F. Grayscale: #6B6B6B. Windows color (decimal): -6989728 or 6314133. OLE color: 6314133.

HSL color Cylindrical-coordinate representation of color #955860: hue angle of 352.13º 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 #955860 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 88 96 -
CMYK 0 0.41 0.36 0.42
HSL 352.13º 0.26% 0.46% -
HSV(B) 352.13º 0.41% 0.58% -
XYZ 18 14.21 12.86 -
YUV 107.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 149 88 96 0 0.41 0.36 0.42 352.13 0.26 0.46
Hex 95 58 60 0 29 24 2A 160 1A 2E
Octal 225 130 140 0 51 44 52 540 32 56
Binary 10010101 1011000 1100000 0 101001 100100 101010 101100000 11010 101110

Color Harmonies of #955860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955860

Black with #955860

Text Example


Text Example

White with #955860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955860; }

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

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

background-color css

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

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

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

border-color css

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

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

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