#965056

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

Shades of Vin Rouge #965056

Tints of Vin Rouge #965056

Color information

#965056 (or 0x965056) is unknown color: approx Vin Rouge. HEX triplet: 96, 50 and 56. RGB value is (150,80,86). Sum of RGB (Red+Green+Blue) = 150+80+86=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #965056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965056 is #69AFA9. Grayscale: #656565. Windows color (decimal): -6926250 or 5656726. OLE color: 5656726.

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

Color convert

RGB1508086-
CMYK00.470.430.41
HSL354.86º30.43%45.1%-
HSV(B)354.86º46.67%58.82%-
XYZ17.1312.8910.39-
YUV101.61119.19162.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 86 (33.98% from 255) = 27.22%
R=47.47%
G=25.32%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150808600.470.430.41354.8630.4345.1
Hex96505602F2B291631e2d
Octal22612012605753515433655
Binary1001011010100001010110010111110101110100110110001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965056; }

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

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

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

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

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

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

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

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