Html Css Color HEX #955166 Vin Rouge

📋 copy color: '#955166'

red 149 ◦ green 81 ◦ blue 102

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

Shades of Vin Rouge #955166

Tints of Vin Rouge #955166

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.4%

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

R = 44.88%
G = 24.4%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#955166 (or 0x955166) is known color: Vin Rouge. HEX triplet: 95, 51 and 66. RGB value is (149,81,102). Sum of RGB (Red+Green+Blue) = 149+81+102=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #955166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955166 is #6AAE99. Grayscale: #676767. Windows color (decimal): -6991514 or 6705557. OLE color: 6705557.

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

Color convert

RGB 149 81 102 -
CMYK 0 0.46 0.32 0.42
HSL 341.47º 0.3% 0.45% -
HSV(B) 341.47º 0.46% 0.58% -
XYZ 17.74 13.23 14.19 -
YUV 103.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 149 81 102 0 0.46 0.32 0.42 341.47 0.3 0.45
Hex 95 51 66 0 2E 20 2A 155 1E 2D
Octal 225 121 146 0 56 40 52 525 36 55
Binary 10010101 1010001 1100110 0 101110 100000 101010 101010101 11110 101101

Color Harmonies of #955166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955166

Black with #955166

Text Example


Text Example

White with #955166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955166; }

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

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

background-color css

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

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

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

border-color css

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

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

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