#995260

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

Shades of Vin Rouge #995260

Tints of Vin Rouge #995260

Color information

#995260 (or 0x995260) is unknown color: approx Vin Rouge. HEX triplet: 99, 52 and 60. RGB value is (153,82,96). Sum of RGB (Red+Green+Blue) = 153+82+96=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #995260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995260 is #66AD9F. Grayscale: #686868. Windows color (decimal): -6729120 or 6312601. OLE color: 6312601.

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

Color convert

RGB1538296-
CMYK00.460.370.4
HSL348.17º30.21%46.08%-
HSV(B)348.17º46.41%60%-
XYZ18.2713.6512.74-
YUV104.82123.02162.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=46.22%
G=24.77%
B=29.00%

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
Decimal153829600.460.370.4348.1730.2146.08
Hex99526002E252815c1e2e
Octal23112214005645505343656
Binary1001100110100101100000010111010010110100010101110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995260; }

 p { color: rgb(153,82,96); }

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

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

 a { background-color: rgb(153,82,96); }

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

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

 span { border-color: rgb(153,82,96); }

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