#965862

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

Shades of Vin Rouge #965862

Tints of Vin Rouge #965862

Color information

#965862 (or 0x965862) is unknown color: approx Vin Rouge. HEX triplet: 96, 58 and 62. RGB value is (150,88,98). Sum of RGB (Red+Green+Blue) = 150+88+98=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #965862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965862 is #69A79D. Grayscale: #6B6B6B. Windows color (decimal): -6924190 or 6445206. OLE color: 6445206.

HSL color Cylindrical-coordinate representation of color #965862: hue angle of 350.32º 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 #965862 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB1508898-
CMYK00.410.350.41
HSL350.32º26.05%46.67%-
HSV(B)350.32º41.33%58.82%-
XYZ18.2714.3513.36-
YUV107.68122.54158.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 98 (38.67% from 255) = 29.17%
R=44.64%
G=26.19%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150889800.410.350.41350.3226.0546.67
Hex965862029232915e1a2f
Octal22613014205143515363257
Binary1001011010110001100010010100110001110100110101111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965862; }

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

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

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

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

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

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

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

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