Html Css Color HEX #955560 Vin Rouge

📋 copy color: '#955560'

red 149 ◦ green 85 ◦ blue 96

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

Shades of Vin Rouge #955560

Tints of Vin Rouge #955560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.76%

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

R = 45.15%
G = 25.76%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#955560 (or 0x955560) is known color: Vin Rouge. HEX triplet: 95, 55 and 60. RGB value is (149,85,96). Sum of RGB (Red+Green+Blue) = 149+85+96=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #955560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955560 is #6AAA9F. Grayscale: #696969. Windows color (decimal): -6990496 or 6313365. OLE color: 6313365.

HSL color Cylindrical-coordinate representation of color #955560: hue angle of 349.69º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #955560 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 85 96 -
CMYK 0 0.43 0.36 0.42
HSL 349.69º 0.27% 0.46% -
HSV(B) 349.69º 0.43% 0.58% -
XYZ 17.75 13.73 12.78 -
YUV 105.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 149 85 96 0 0.43 0.36 0.42 349.69 0.27 0.46
Hex 95 55 60 0 2B 24 2A 15E 1B 2E
Octal 225 125 140 0 53 44 52 536 33 56
Binary 10010101 1010101 1100000 0 101011 100100 101010 101011110 11011 101110

Color Harmonies of #955560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955560

Black with #955560

Text Example


Text Example

White with #955560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955560; }

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

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

background-color css

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

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

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

border-color css

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

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

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