#995065

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

Shades of Vin Rouge #995065

Tints of Vin Rouge #995065

Color information

#995065 (or 0x995065) is unknown color: approx Vin Rouge. HEX triplet: 99, 50 and 65. RGB value is (153,80,101). Sum of RGB (Red+Green+Blue) = 153+80+101=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #995065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995065 is #66AF9A. Grayscale: #686868. Windows color (decimal): -6729627 or 6639769. OLE color: 6639769.

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

Color convert

RGB15380101-
CMYK00.480.340.4
HSL342.74º31.33%45.69%-
HSV(B)342.74º47.71%60%-
XYZ18.3513.4513.94-
YUV104.22126.18162.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=45.81%
G=23.95%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538010100.480.340.4342.7431.3345.69
Hex99506503022281571f2e
Octal23112014506042505273756
Binary1001100110100001100101011000010001010100010101011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995065; }

 p { color: rgb(153,80,101); }

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

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

 a { background-color: rgb(153,80,101); }

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

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

 span { border-color: rgb(153,80,101); }

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