#965367

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

Shades of Vin Rouge #965367

Tints of Vin Rouge #965367

Color information

#965367 (or 0x965367) is unknown color: approx Vin Rouge. HEX triplet: 96, 53 and 67. RGB value is (150,83,103). Sum of RGB (Red+Green+Blue) = 150+83+103=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #965367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965367 is #69AC98. Grayscale: #696969. Windows color (decimal): -6925465 or 6771606. OLE color: 6771606.

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

Color convert

RGB15083103-
CMYK00.450.310.41
HSL342.09º28.76%45.69%-
HSV(B)342.09º44.67%58.82%-
XYZ18.1213.6514.51-
YUV105.31126.7159.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 83 (32.81% from 255) = 24.70%
BLUE value IS 103 (40.62% from 255) = 30.65%
R=44.64%
G=24.70%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508310300.450.310.41342.0928.7645.69
Hex96536702D1F291561d2e
Octal22612314705537515263556
Binary100101101010011110011101011011111110100110101011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965367; }

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

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

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

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

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

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

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

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