Html Css Color HEX #955964 Vin Rouge

📋 copy color: '#955964'

red 149 ◦ green 89 ◦ blue 100

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

Shades of Vin Rouge #955964

Tints of Vin Rouge #955964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 44.08%
G = 26.33%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#955964 (or 0x955964) is known color: Vin Rouge. HEX triplet: 95, 59 and 64. RGB value is (149,89,100). Sum of RGB (Red+Green+Blue) = 149+89+100=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #955964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955964 is #6AA69B. Grayscale: #6C6C6C. Windows color (decimal): -6989468 or 6576533. OLE color: 6576533.

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

Color convert

RGB 149 89 100 -
CMYK 0 0.40 0.33 0.42
HSL 349º 0.25% 0.47% -
HSV(B) 349º 0.4% 0.58% -
XYZ 18.27 14.45 13.88 -
YUV 108.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 149 89 100 0 0.40 0.33 0.42 349 0.25 0.47
Hex 95 59 64 0 28 21 2A 15D 19 2F
Octal 225 131 144 0 50 41 52 535 31 57
Binary 10010101 1011001 1100100 0 101000 100001 101010 101011101 11001 101111

Color Harmonies of #955964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955964

Black with #955964

Text Example


Text Example

White with #955964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955964; }

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

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

background-color css

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

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

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

border-color css

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

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

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