Html Css Color HEX #99516E Vin Rouge

📋 copy color: '#99516E'

red 153 ◦ green 81 ◦ blue 110

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

Shades of Vin Rouge #99516E

Tints of Vin Rouge #99516E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 44.48%
G = 23.55%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#99516E (or 0x99516E) is known color: Vin Rouge. HEX triplet: 99, 51 and 6E. RGB value is (153,81,110). Sum of RGB (Red+Green+Blue) = 153+81+110=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99516E is #66AE91. Grayscale: #696969. Windows color (decimal): -6729362 or 7229849. OLE color: 7229849.

HSL color Cylindrical-coordinate representation of color #99516E: hue angle of 335.83º 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 #99516E is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 81 110 -
CMYK 0 0.47 0.28 0.4
HSL 335.83º 0.31% 0.46% -
HSV(B) 335.83º 0.47% 0.6% -
XYZ 18.89 13.78 16.42 -
YUV 105.83 130.35 161.64 -
System Red Green Blue C M Y K H S L
Decimal 153 81 110 0 0.47 0.28 0.4 335.83 0.31 0.46
Hex 99 51 6E 0 2F 1C 28 150 1F 2E
Octal 231 121 156 0 57 34 50 520 37 56
Binary 10011001 1010001 1101110 0 101111 11100 101000 101010000 11111 101110

Color Harmonies of #99516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99516E

Black with #99516E

Text Example


Text Example

White with #99516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99516E; }

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

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

background-color css

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

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

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

border-color css

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

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

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