#965361

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

Shades of Vin Rouge #965361

Tints of Vin Rouge #965361

Color information

#965361 (or 0x965361) is unknown color: approx Vin Rouge. HEX triplet: 96, 53 and 61. RGB value is (150,83,97). Sum of RGB (Red+Green+Blue) = 150+83+97=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #965361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965361 is #69AC9E. Grayscale: #686868. Windows color (decimal): -6925471 or 6378390. OLE color: 6378390.

HSL color Cylindrical-coordinate representation of color #965361: hue angle of 347.46º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965361 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB1508397-
CMYK00.450.350.41
HSL347.46º28.76%45.69%-
HSV(B)347.46º44.67%58.82%-
XYZ17.8313.5312.98-
YUV104.63123.7160.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 83 (32.81% from 255) = 25.15%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=45.45%
G=25.15%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150839700.450.350.41347.4628.7645.69
Hex96536102D232915b1d2e
Octal22612314105543515333556
Binary1001011010100111100001010110110001110100110101101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965361; }

 p { color: rgb(150,83,97); }

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

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

 a { background-color: rgb(150,83,97); }

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

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

 span { border-color: rgb(150,83,97); }

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