Html Css Color HEX #995361 Vin Rouge

📋 copy color: '#995361'

red 153 ◦ green 83 ◦ blue 97

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

Shades of Vin Rouge #995361

Tints of Vin Rouge #995361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.92%

 BLUE value IS 97 (38.28% from 255) = 29.13%

R = 45.95%
G = 24.92%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#995361 (or 0x995361) is known color: Vin Rouge. HEX triplet: 99, 53 and 61. RGB value is (153,83,97). Sum of RGB (Red+Green+Blue) = 153+83+97=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #995361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995361 is #66AC9E. Grayscale: #696969. Windows color (decimal): -6728863 or 6378393. OLE color: 6378393.

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

Color convert

RGB 153 83 97 -
CMYK 0 0.46 0.37 0.4
HSL 348º 0.3% 0.46% -
HSV(B) 348º 0.46% 0.6% -
XYZ 18.39 13.82 13.01 -
YUV 105.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 153 83 97 0 0.46 0.37 0.4 348 0.3 0.46
Hex 99 53 61 0 2E 25 28 15C 1E 2E
Octal 231 123 141 0 56 45 50 534 36 56
Binary 10011001 1010011 1100001 0 101110 100101 101000 101011100 11110 101110

Color Harmonies of #995361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995361

Black with #995361

Text Example


Text Example

White with #995361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995361; }

 p { color: rgb(153,83,97); }

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

background-color css

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

 a { background-color: rgb(153,83,97); }

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

border-color css

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

 span { border-color: rgb(153,83,97); }

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