#965765

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

Shades of Vin Rouge #965765

Tints of Vin Rouge #965765

Color information

#965765 (or 0x965765) is unknown color: approx Vin Rouge. HEX triplet: 96, 57 and 65. RGB value is (150,87,101). Sum of RGB (Red+Green+Blue) = 150+87+101=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #965765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965765 is #69A89A. Grayscale: #6B6B6B. Windows color (decimal): -6924443 or 6641558. OLE color: 6641558.

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

Color convert

RGB15087101-
CMYK00.420.330.41
HSL346.67º26.58%46.47%-
HSV(B)346.67º42%58.82%-
XYZ18.3314.2414.09-
YUV107.43124.37158.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 87 (34.38% from 255) = 25.74%
BLUE value IS 101 (39.84% from 255) = 29.88%
R=44.38%
G=25.74%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508710100.420.330.41346.6726.5846.47
Hex96576502A212915b1b2e
Octal22612714505241515333356
Binary1001011010101111100101010101010000110100110101101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965765; }

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

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

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

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

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

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

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

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