#965F61

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

Shades of Vin Rouge #965F61

Tints of Vin Rouge #965F61

Color information

#965F61 (or 0x965F61) is unknown color: approx Vin Rouge. HEX triplet: 96, 5F and 61. RGB value is (150,95,97). Sum of RGB (Red+Green+Blue) = 150+95+97=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #965F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F61 is #69A09E. Grayscale: #6F6F6F. Windows color (decimal): -6922399 or 6381462. OLE color: 6381462.

HSL color Cylindrical-coordinate representation of color #965F61: hue angle of 357.82º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965F61 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB1509597-
CMYK00.370.350.41
HSL357.82º22.45%48.04%-
HSV(B)357.82º36.67%58.82%-
XYZ18.8315.5313.31-
YUV111.67119.72155.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 95 (37.5% from 255) = 27.78%
BLUE value IS 97 (38.28% from 255) = 28.36%
R=43.86%
G=27.78%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150959700.370.350.41357.8222.4548.04
Hex965F6102523291661630
Octal22613714104543515462660
Binary1001011010111111100001010010110001110100110110011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965F61; }

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

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

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

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

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

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

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

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