Html Css Color HEX #995663 Vin Rouge

📋 copy color: '#995663'

red 153 ◦ green 86 ◦ blue 99

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

Shades of Vin Rouge #995663

Tints of Vin Rouge #995663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.44%

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 45.27%
G = 25.44%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#995663 (or 0x995663) is known color: Vin Rouge. HEX triplet: 99, 56 and 63. RGB value is (153,86,99). Sum of RGB (Red+Green+Blue) = 153+86+99=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #995663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995663 is #66A99C. Grayscale: #6B6B6B. Windows color (decimal): -6728093 or 6510233. OLE color: 6510233.

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

Color convert

RGB 153 86 99 -
CMYK 0 0.44 0.35 0.4
HSL 348.36º 0.28% 0.47% -
HSV(B) 348.36º 0.44% 0.6% -
XYZ 18.72 14.33 13.58 -
YUV 107.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 153 86 99 0 0.44 0.35 0.4 348.36 0.28 0.47
Hex 99 56 63 0 2C 23 28 15C 1C 2F
Octal 231 126 143 0 54 43 50 534 34 57
Binary 10011001 1010110 1100011 0 101100 100011 101000 101011100 11100 101111

Color Harmonies of #995663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995663

Black with #995663

Text Example


Text Example

White with #995663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995663; }

 p { color: rgb(153,86,99); }

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

background-color css

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

 a { background-color: rgb(153,86,99); }

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

border-color css

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

 span { border-color: rgb(153,86,99); }

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