Html Css Color HEX #995166 Vin Rouge

📋 copy color: '#995166'

red 153 ◦ green 81 ◦ blue 102

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

Shades of Vin Rouge #995166

Tints of Vin Rouge #995166

RGB

 RED value IS 153 (60.16% from 255) = 45.54%

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

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

R = 45.54%
G = 24.11%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#995166 (or 0x995166) is known color: Vin Rouge. HEX triplet: 99, 51 and 66. RGB value is (153,81,102). Sum of RGB (Red+Green+Blue) = 153+81+102=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #995166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995166 is #66AE99. Grayscale: #686868. Windows color (decimal): -6729370 or 6705561. OLE color: 6705561.

HSL color Cylindrical-coordinate representation of color #995166: hue angle of 342.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995166 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 81 102 -
CMYK 0 0.47 0.33 0.4
HSL 342.5º 0.31% 0.46% -
HSV(B) 342.5º 0.47% 0.6% -
XYZ 18.48 13.62 14.22 -
YUV 104.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 153 81 102 0 0.47 0.33 0.4 342.5 0.31 0.46
Hex 99 51 66 0 2F 21 28 156 1F 2E
Octal 231 121 146 0 57 41 50 526 37 56
Binary 10011001 1010001 1100110 0 101111 100001 101000 101010110 11111 101110

Color Harmonies of #995166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995166

Black with #995166

Text Example


Text Example

White with #995166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995166; }

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

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

background-color css

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

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

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

border-color css

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

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

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