#965863

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

Shades of Vin Rouge #965863

Tints of Vin Rouge #965863

Color information

#965863 (or 0x965863) is unknown color: approx Vin Rouge. HEX triplet: 96, 58 and 63. RGB value is (150,88,99). Sum of RGB (Red+Green+Blue) = 150+88+99=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #965863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965863 is #69A79C. Grayscale: #6B6B6B. Windows color (decimal): -6924189 or 6510742. OLE color: 6510742.

HSL color Cylindrical-coordinate representation of color #965863: hue angle of 349.35º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #965863 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB1508899-
CMYK00.410.340.41
HSL349.35º26.05%46.67%-
HSV(B)349.35º41.33%58.82%-
XYZ18.3214.3613.61-
YUV107.79123.04158.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=44.51%
G=26.11%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150889900.410.340.41349.3526.0546.67
Hex965863029222915d1a2f
Octal22613014305142515353257
Binary1001011010110001100011010100110001010100110101110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965863; }

 p { color: rgb(150,88,99); }

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

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

 a { background-color: rgb(150,88,99); }

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

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

 span { border-color: rgb(150,88,99); }

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