#995359

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

Shades of Vin Rouge #995359

Tints of Vin Rouge #995359

Color information

#995359 (or 0x995359) is unknown color: approx Vin Rouge. HEX triplet: 99, 53 and 59. RGB value is (153,83,89). Sum of RGB (Red+Green+Blue) = 153+83+89=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #995359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995359 is #66ACA6. Grayscale: #686868. Windows color (decimal): -6728871 or 5854105. OLE color: 5854105.

HSL color Cylindrical-coordinate representation of color #995359: hue angle of 354.86º 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 #995359 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB1538389-
CMYK00.460.420.4
HSL354.86º29.66%46.27%-
HSV(B)354.86º45.75%60%-
XYZ18.0313.6811.14-
YUV104.61119.19162.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 83 (32.81% from 255) = 25.54%
BLUE value IS 89 (35.16% from 255) = 27.38%
R=47.08%
G=25.54%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153838900.460.420.4354.8629.6646.27
Hex99535902E2A281631e2e
Octal23112313105652505433656
Binary1001100110100111011001010111010101010100010110001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995359; }

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

 H1.HeaderClassName
 {
   color: #995359;
 }
 .AnyTagClassName
 {
   color: #995359;
 }
</style>
background-color css

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

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

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

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

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

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