#965057

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

Shades of Vin Rouge #965057

Tints of Vin Rouge #965057

Color information

#965057 (or 0x965057) is unknown color: approx Vin Rouge. HEX triplet: 96, 50 and 57. RGB value is (150,80,87). Sum of RGB (Red+Green+Blue) = 150+80+87=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #965057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965057 is #69AFA8. Grayscale: #656565. Windows color (decimal): -6926249 or 5722262. OLE color: 5722262.

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

Color convert

RGB1508087-
CMYK00.470.420.41
HSL354º30.43%45.1%-
HSV(B)354º46.67%58.82%-
XYZ17.1712.9110.6-
YUV101.73119.69162.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 87 (34.38% from 255) = 27.44%
R=47.32%
G=25.24%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150808700.470.420.4135430.4345.1
Hex96505702F2A291621e2d
Octal22612012705752515423655
Binary1001011010100001010111010111110101010100110110001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965057; }

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

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

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

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

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

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

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

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