#965761

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

Shades of Vin Rouge #965761

Tints of Vin Rouge #965761

Color information

#965761 (or 0x965761) is unknown color: approx Vin Rouge. HEX triplet: 96, 57 and 61. RGB value is (150,87,97). Sum of RGB (Red+Green+Blue) = 150+87+97=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #965761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965761 is #69A89E. Grayscale: #6B6B6B. Windows color (decimal): -6924447 or 6379414. OLE color: 6379414.

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

Color convert

RGB1508797-
CMYK00.420.350.41
HSL350.48º26.58%46.47%-
HSV(B)350.48º42%58.82%-
XYZ18.1414.1613.09-
YUV106.98122.37158.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=44.91%
G=26.05%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150879700.420.350.41350.4826.5846.47
Hex96576102A232915e1b2e
Octal22612714105243515363356
Binary1001011010101111100001010101010001110100110101111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965761; }

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

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

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

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

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

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

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

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