Html Css Color HEX #955563 Vin Rouge

📋 copy color: '#955563'

red 149 ◦ green 85 ◦ blue 99

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

Shades of Vin Rouge #955563

Tints of Vin Rouge #955563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.73%

R = 44.74%
G = 25.53%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#955563 (or 0x955563) is known color: Vin Rouge. HEX triplet: 95, 55 and 63. RGB value is (149,85,99). Sum of RGB (Red+Green+Blue) = 149+85+99=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #955563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955563 is #6AAA9C. Grayscale: #696969. Windows color (decimal): -6990493 or 6509973. OLE color: 6509973.

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

Color convert

RGB 149 85 99 -
CMYK 0 0.43 0.34 0.42
HSL 346.88º 0.27% 0.46% -
HSV(B) 346.88º 0.43% 0.58% -
XYZ 17.9 13.79 13.52 -
YUV 105.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 149 85 99 0 0.43 0.34 0.42 346.88 0.27 0.46
Hex 95 55 63 0 2B 22 2A 15B 1B 2E
Octal 225 125 143 0 53 42 52 533 33 56
Binary 10010101 1010101 1100011 0 101011 100010 101010 101011011 11011 101110

Color Harmonies of #955563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955563

Black with #955563

Text Example


Text Example

White with #955563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955563; }

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

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

background-color css

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

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

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

border-color css

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

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

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