Html Css Color HEX #955866 Vin Rouge

📋 copy color: '#955866'

red 149 ◦ green 88 ◦ blue 102

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

Shades of Vin Rouge #955866

Tints of Vin Rouge #955866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.96%

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 43.95%
G = 25.96%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#955866 (or 0x955866) is known color: Vin Rouge. HEX triplet: 95, 58 and 66. RGB value is (149,88,102). Sum of RGB (Red+Green+Blue) = 149+88+102=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #955866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955866 is #6AA799. Grayscale: #6B6B6B. Windows color (decimal): -6989722 or 6707349. OLE color: 6707349.

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

Color convert

RGB 149 88 102 -
CMYK 0 0.41 0.32 0.42
HSL 346.23º 0.26% 0.46% -
HSV(B) 346.23º 0.41% 0.58% -
XYZ 18.28 14.33 14.37 -
YUV 107.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 149 88 102 0 0.41 0.32 0.42 346.23 0.26 0.46
Hex 95 58 66 0 29 20 2A 15A 1A 2E
Octal 225 130 146 0 51 40 52 532 32 56
Binary 10010101 1011000 1100110 0 101001 100000 101010 101011010 11010 101110

Color Harmonies of #955866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955866

Black with #955866

Text Example


Text Example

White with #955866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955866; }

 p { color: rgb(149,88,102); }

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

background-color css

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

 a { background-color: rgb(149,88,102); }

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

border-color css

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

 span { border-color: rgb(149,88,102); }

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