Html Css Color HEX #955664 Vin Rouge

📋 copy color: '#955664'

red 149 ◦ green 86 ◦ blue 100

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

Shades of Vin Rouge #955664

Tints of Vin Rouge #955664

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.67%

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

R = 44.48%
G = 25.67%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#955664 (or 0x955664) is known color: Vin Rouge. HEX triplet: 95, 56 and 64. RGB value is (149,86,100). Sum of RGB (Red+Green+Blue) = 149+86+100=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #955664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955664 is #6AA99B. Grayscale: #6A6A6A. Windows color (decimal): -6990236 or 6575765. OLE color: 6575765.

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

Color convert

RGB 149 86 100 -
CMYK 0 0.42 0.33 0.42
HSL 346.67º 0.27% 0.46% -
HSV(B) 346.67º 0.42% 0.58% -
XYZ 18.02 13.97 13.8 -
YUV 106.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 149 86 100 0 0.42 0.33 0.42 346.67 0.27 0.46
Hex 95 56 64 0 2A 21 2A 15B 1B 2E
Octal 225 126 144 0 52 41 52 533 33 56
Binary 10010101 1010110 1100100 0 101010 100001 101010 101011011 11011 101110

Color Harmonies of #955664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955664

Black with #955664

Text Example


Text Example

White with #955664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955664; }

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

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

background-color css

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

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

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

border-color css

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

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

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