#965364

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

Shades of Vin Rouge #965364

Tints of Vin Rouge #965364

Color information

#965364 (or 0x965364) is unknown color: approx Vin Rouge. HEX triplet: 96, 53 and 64. RGB value is (150,83,100). Sum of RGB (Red+Green+Blue) = 150+83+100=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #965364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965364 is #69AC9B. Grayscale: #686868. Windows color (decimal): -6925468 or 6574998. OLE color: 6574998.

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

Color convert

RGB15083100-
CMYK00.450.330.41
HSL344.78º28.76%45.69%-
HSV(B)344.78º44.67%58.82%-
XYZ17.9713.5913.73-
YUV104.97125.2160.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=45.05%
G=24.92%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508310000.450.330.41344.7828.7645.69
Hex96536402D21291591d2e
Octal22612314405541515313556
Binary1001011010100111100100010110110000110100110101100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965364; }

 p { color: rgb(150,83,100); }

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

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

 a { background-color: rgb(150,83,100); }

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

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

 span { border-color: rgb(150,83,100); }

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