Html Css Color HEX #995760 Vin Rouge

📋 copy color: '#995760'

red 153 ◦ green 87 ◦ blue 96

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

Shades of Vin Rouge #995760

Tints of Vin Rouge #995760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.89%

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

R = 45.54%
G = 25.89%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#995760 (or 0x995760) is known color: Vin Rouge. HEX triplet: 99, 57 and 60. RGB value is (153,87,96). Sum of RGB (Red+Green+Blue) = 153+87+96=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #995760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995760 is #66A89F. Grayscale: #6B6B6B. Windows color (decimal): -6727840 or 6313881. OLE color: 6313881.

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

Color convert

RGB 153 87 96 -
CMYK 0 0.43 0.37 0.4
HSL 351.82º 0.28% 0.47% -
HSV(B) 351.82º 0.43% 0.6% -
XYZ 18.66 14.43 12.87 -
YUV 107.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 153 87 96 0 0.43 0.37 0.4 351.82 0.28 0.47
Hex 99 57 60 0 2B 25 28 160 1C 2F
Octal 231 127 140 0 53 45 50 540 34 57
Binary 10011001 1010111 1100000 0 101011 100101 101000 101100000 11100 101111

Color Harmonies of #995760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995760

Black with #995760

Text Example


Text Example

White with #995760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995760; }

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

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

background-color css

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

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

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

border-color css

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

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

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