#965366

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

Shades of Vin Rouge #965366

Tints of Vin Rouge #965366

Color information

#965366 (or 0x965366) is unknown color: approx Vin Rouge. HEX triplet: 96, 53 and 66. RGB value is (150,83,102). Sum of RGB (Red+Green+Blue) = 150+83+102=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #965366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965366 is #69AC99. Grayscale: #696969. Windows color (decimal): -6925466 or 6706070. OLE color: 6706070.

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

Color convert

RGB15083102-
CMYK00.450.320.41
HSL342.99º28.76%45.69%-
HSV(B)342.99º44.67%58.82%-
XYZ18.0713.6314.25-
YUV105.2126.2159.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=44.78%
G=24.78%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508310200.450.320.41342.9928.7645.69
Hex96536602D20291571d2e
Octal22612314605540515273556
Binary1001011010100111100110010110110000010100110101011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965366; }

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

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

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

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

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

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

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

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