Html Css Color HEX #995160 Vin Rouge

📋 copy color: '#995160'

red 153 ◦ green 81 ◦ blue 96

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

Shades of Vin Rouge #995160

Tints of Vin Rouge #995160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.09%

R = 46.36%
G = 24.55%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#995160 (or 0x995160) is known color: Vin Rouge. HEX triplet: 99, 51 and 60. RGB value is (153,81,96). Sum of RGB (Red+Green+Blue) = 153+81+96=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #995160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995160 is #66AE9F. Grayscale: #686868. Windows color (decimal): -6729376 or 6312345. OLE color: 6312345.

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

Color convert

RGB 153 81 96 -
CMYK 0 0.47 0.37 0.4
HSL 347.5º 0.31% 0.46% -
HSV(B) 347.5º 0.47% 0.6% -
XYZ 18.19 13.5 12.71 -
YUV 104.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 153 81 96 0 0.47 0.37 0.4 347.5 0.31 0.46
Hex 99 51 60 0 2F 25 28 15C 1F 2E
Octal 231 121 140 0 57 45 50 534 37 56
Binary 10011001 1010001 1100000 0 101111 100101 101000 101011100 11111 101110

Color Harmonies of #995160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995160

Black with #995160

Text Example


Text Example

White with #995160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995160; }

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

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

background-color css

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

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

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

border-color css

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

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

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