Html Css Color HEX #955963 Vin Rouge

📋 copy color: '#955963'

red 149 ◦ green 89 ◦ blue 99

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

Shades of Vin Rouge #955963

Tints of Vin Rouge #955963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

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

R = 44.21%
G = 26.41%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#955963 (or 0x955963) is known color: Vin Rouge. HEX triplet: 95, 59 and 63. RGB value is (149,89,99). Sum of RGB (Red+Green+Blue) = 149+89+99=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #955963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955963 is #6AA69C. Grayscale: #6C6C6C. Windows color (decimal): -6989469 or 6510997. OLE color: 6510997.

HSL color Cylindrical-coordinate representation of color #955963: hue angle of 350º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955963 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 99 -
CMYK 0 0.40 0.34 0.42
HSL 350º 0.25% 0.47% -
HSV(B) 350º 0.4% 0.58% -
XYZ 18.22 14.44 13.63 -
YUV 108.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 149 89 99 0 0.40 0.34 0.42 350 0.25 0.47
Hex 95 59 63 0 28 22 2A 15E 19 2F
Octal 225 131 143 0 50 42 52 536 31 57
Binary 10010101 1011001 1100011 0 101000 100010 101010 101011110 11001 101111

Color Harmonies of #955963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955963

Black with #955963

Text Example


Text Example

White with #955963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955963; }

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

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

background-color css

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

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

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

border-color css

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

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

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