#995361

Color #995361 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #995361

Tints of Vin Rouge #995361

Color information

#995361 (or 0x995361) is unknown color: approx 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

RGB1538397-
CMYK00.460.370.4
HSL348º29.66%46.27%-
HSV(B)348º45.75%60%-
XYZ18.3913.8213.01-
YUV105.53123.19161.86-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153839700.460.370.434829.6646.27
Hex99536102E252815c1e2e
Octal23112314105645505343656
Binary1001100110100111100001010111010010110100010101110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>