#995370

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

Shades of Vin Rouge #995370

Tints of Vin Rouge #995370

Color information

#995370 (or 0x995370) is unknown color: approx Vin Rouge. HEX triplet: 99, 53 and 70. RGB value is (153,83,112). Sum of RGB (Red+Green+Blue) = 153+83+112=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #995370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995370 is #66AC8F. Grayscale: #6B6B6B. Windows color (decimal): -6728848 or 7361433. OLE color: 7361433.

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

Color convert

RGB15383112-
CMYK00.460.270.4
HSL335.14º29.66%46.27%-
HSV(B)335.14º45.75%60%-
XYZ19.1514.1317.05-
YUV107.24130.69160.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 83 (32.81% from 255) = 23.85%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=43.97%
G=23.85%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538311200.460.270.4335.1429.6646.27
Hex99537002E1B2814f1e2e
Octal23112316005633505173656
Binary100110011010011111000001011101101110100010100111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995370; }

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

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

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

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

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

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

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

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